Traits
Provides basic array helper methods.
Common functions used to work with various clients.
Provides helper methods for gRPC support.
Provides functionality for loading a resource name template map from a descriptor config, retrieving a PathTemplate, and parsing values using registered templates.
Provides helper methods for service address handling.
The MockStubTrait is used by generated mock stub classes which extent \Grpc\BaseStub (https://github.com/grpc/grpc/blob/master/src/php/lib/Grpc/BaseStub.php) It provides functionality to add responses, get received calls, and overrides the _simpleRequest method so that the elements of $responses are returned instead of making a call to the API.
A trait for shared functionality between transports that support only unary RPCs using simple HTTP requests.
Provides a light wrapper around often used URI related functions.