Home | History | Annotate | Download | only in grpc-grpc
      1 {
      2   "name": "grpc/grpc",
      3   "type": "library",
      4   "description": "gRPC library for PHP",
      5   "keywords": ["rpc"],
      6   "homepage": "https://grpc.io",
      7   "license": "Apache-2.0",
      8   "require": {
      9     "php": ">=5.5.0"
     10   },
     11   "require-dev": {
     12     "google/auth": "^v1.3.0"
     13   },
     14   "suggest": {
     15     "ext-protobuf": "For better performance, install the protobuf C extension.",
     16     "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
     17   },
     18   "autoload": {
     19     "psr-4": {
     20       "Grpc\\": "src/php/lib/Grpc/"
     21     }
     22   }
     23 }
     24