Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
vendor /
google /
gax /
Delete
Unzip
Name
Size
Permission
Date
Action
metadata
[ DIR ]
drwxr-sr-x
2026-03-12 21:22
src
[ DIR ]
drwxr-sr-x
2026-03-12 21:22
.repo-metadata.json
210
B
-rw-r--r--
2026-03-12 21:22
CHANGELOG.md
20.58
KB
-rw-r--r--
2026-03-12 21:22
CODE_OF_CONDUCT.md
1.93
KB
-rw-r--r--
2026-03-12 21:22
LICENSE
1.44
KB
-rw-r--r--
2026-03-12 21:22
README.md
2.56
KB
-rw-r--r--
2026-03-12 21:22
SECURITY.md
329
B
-rw-r--r--
2026-03-12 21:22
VERSION
7
B
-rw-r--r--
2026-03-12 21:22
composer.json
1.68
KB
-rw-r--r--
2026-03-12 21:22
phpstan.neon.dist
83
B
-rw-r--r--
2026-03-12 21:22
phpunit-conformance.xml.dist
563
B
-rw-r--r--
2026-03-12 21:22
phpunit.xml.dist
574
B
-rw-r--r--
2026-03-12 21:22
renovate.json
105
B
-rw-r--r--
2026-03-12 21:22
Save
Rename
# Google API Core for PHP  - [Documentation](https://cloud.google.com/php/docs/reference/gax/latest) 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. [gRPC]: http://grpc.io [Google APIs]: https://github.com/googleapis/googleapis/ ## PHP Versions gax-php currently requires PHP 8.1 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. [CONTRIBUTING]: https://github.com/googleapis/gax-php/blob/main/.github/CONTRIBUTING.md ## 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. [Semantic Versioning]: http://semver.org/ ## 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. 1. Install dependencies. ```sh > cd ~/ > sudo apt-get install php php-dev libcurl3-openssl-dev php-pear php-bcmath php-xml > curl -sS https://getcomposer.org/installer | php > sudo pecl install protobuf ``` 2. Set up this repo. ```sh > cd /path/to/gax-php > composer install ``` 3. Run tests. ```sh > composer test ``` 4. Updating dependencies after changing `composer.json`: ```sh > composer update ` ``` 5. Formatting source: ```sh > composer cs-lint > composer cs-fix ``` ## License BSD - See [LICENSE][] for more information. [LICENSE]: https://github.com/googleapis/gax-php/blob/main/LICENSE