Download the PHP package google/gax without Composer
On this page you can find all versions of the php package google/gax. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package gax
Short Description Google API Core for PHP
License BSD-3-Clause
Homepage https://github.com/googleapis/gax-php
Informations about the package gax
Google API Core for PHP
Google API Core for PHP (gax-php) is a set of modules which aids the development of APIs for clients based on gRPC and Google API conventions.
Application code will rarely need to use most of the classes within this library directly, but code generated automatically from the API definition files in Google APIs can use services such as page streaming and retry to provide a more convenient and idiomatic API surface to callers.
PHP Versions
gax-php currently requires PHP 8.0 or higher.
Contributing
Contributions to this library are always welcome and highly encouraged.
See the CONTRIBUTING documentation for more information on how to get started.
Versioning
This library follows Semantic Versioning.
This library is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in any minor or patch releases. We will address issues and requests with the highest priority.
Repository Structure
All code lives under the src/ directory. Handwritten code lives in the
src/ApiCore directory and is contained in the Google\ApiCore
namespace.
Generated classes for protobuf common types and LongRunning client live under the src/ directory, in the appropriate directory and namespace.
Code in the metadata/ directory is provided to support generated protobuf classes, and should not be used directly.
Development Set-Up
These steps describe the dependencies to install for Linux, and equivalents can be found for Mac or Windows.
-
Install dependencies.
-
Set up this repo.
-
Run tests.
-
Updating dependencies after changing
composer.json
: - Formatting source:
License
BSD - See LICENSE for more information.
All versions of gax with dependencies
google/auth Version ^1.45
google/grpc-gcp Version ^0.4
grpc/grpc Version ^1.13
google/protobuf Version ^v3.25.3||^4.26.1
guzzlehttp/promises Version ^2.0
guzzlehttp/psr7 Version ^2.0
google/common-protos Version ^4.4
google/longrunning Version ~0.4
ramsey/uuid Version ^4.0