Skip to content

Instantly share code, notes, and snippets.

@phanlyhuynh
Created February 7, 2022 09:38
Show Gist options
  • Save phanlyhuynh/0c07c45d829083cae99058e319184801 to your computer and use it in GitHub Desktop.
Save phanlyhuynh/0c07c45d829083cae99058e319184801 to your computer and use it in GitHub Desktop.
Check installed grpc and protobuf (php)
php -r 'phpinfo();' | grep -i "\(grpc\|protobuf\)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment