Skip to content

The Google API PHP Client Generator is a tool for generating client libraries for APIs based on the Google API Discovery format. It is based on the same core technology Google uses to publish their API libraries.

License

Notifications You must be signed in to change notification settings

vampirebyte/google-api-php-client-generator

Google APIs PHP Client Generator

This repo is used to generate the client library service classes and was forked from googleapis/google-api-php-client-services.

From the root of this project run:

python3 -m venv .venv
source .venv/bin/activate
pip install .

Generate the client library with the following command

python3 -m googleapis.codegen \
  --output_dir=output \
  --input=tests/testdata/foo.v1.json \
  --language=php \
  --language_variant=default

or using Google APIs Explorer server directly:

python3 -m googleapis.codegen \
  --output_dir=output \
  --api_name=walletobjects \
  --api_version=v1 \
  --language=php \
  --language_variant=default

About

The Google API PHP Client Generator is a tool for generating client libraries for APIs based on the Google API Discovery format. It is based on the same core technology Google uses to publish their API libraries.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8