Nenhuma descrição
Victor Hernandez e24c9e7c11 First commit 4 anos atrás
..
src/Google/Service First commit 4 anos atrás
tests First commit 4 anos atrás
.gitignore First commit 4 anos atrás
.travis.yml First commit 4 anos atrás
CONTRIBUTING.md First commit 4 anos atrás
LICENSE First commit 4 anos atrás
README.md First commit 4 anos atrás
composer.json First commit 4 anos atrás
phpunit.xml First commit 4 anos atrás

README.md

Google PHP API Client Services

Requirements

Google API PHP Client

Usage in v2 of Google API PHP Client

This library will be automatically installed with the Google API PHP Client via composer. Composer will automatically pull down a monthly tag from this repository.

If you’d like to always be up-to-date with the latest release, rather than wait for monthly tagged releases, request the dev-master version in composer:

composer require google/apiclient-services:dev-master

Usage in v1

If you are currently using the v1-master branch of the client library, but want to use the latest API services, you can do so by requiring this library directly into your project via the same composer command:

composer require google/apiclient-services:dev-master