PHPackages                             dataworkstr/apiclient - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dataworkstr/apiclient

ActiveLibrary[API Development](/categories/api)

dataworkstr/apiclient
=====================

Client library for Google APIs

v2.2.0(8y ago)044Apache-2.0PHPPHP &gt;=5.4

Since Nov 13Pushed 8y ago3 watchersCompare

[ Source](https://github.com/dataworkstr/google-api-php-client)[ Packagist](https://packagist.org/packages/dataworkstr/apiclient)[ Docs](http://developers.google.com/api-client-library/php)[ RSS](/packages/dataworkstr-apiclient/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (36)Used By (0)

[![Build Status](https://camo.githubusercontent.com/9c677d30d88ba4622cbcc11f5ef9a4be0f62447e34bc2ea43c2e32d3cd45656d/68747470733a2f2f7472617669732d63692e6f72672f676f6f676c652f676f6f676c652d6170692d7068702d636c69656e742e737667)](https://travis-ci.org/google/google-api-php-client)

Google APIs Client Library for PHP
==================================

[](#google-apis-client-library-for-php)

Description
-----------

[](#description)

The Google API Client Library enables you to work with Google APIs such as Google+, Drive, or YouTube on your server.

Beta
----

[](#beta)

This library is in Beta. We're comfortable enough with the stability and features of the library that we want you to build real production applications on it. We will make an effort to support the public and protected surface of the library and maintain backwards compatibility in the future. While we are still in Beta, we reserve the right to make incompatible changes. If we do remove some functionality (typically because better functionality exists or if the feature proved infeasible), our intention is to deprecate and provide ample time for developers to update their code.

Requirements
------------

[](#requirements)

- [PHP 5.2.1 or higher](http://www.php.net/)
- [PHP JSON extension](http://php.net/manual/en/book.json.php)

*Note*: some features (service accounts and id token verification) require PHP 5.3.0 and above due to cryptographic algorithm requirements.

Developer Documentation
-----------------------

[](#developer-documentation)

Installation
------------

[](#installation)

For the latest installation and setup instructions, see [the documentation](https://developers.google.com/api-client-library/php/start/installation).

Basic Example
-------------

[](#basic-example)

See the examples/ directory for examples of the key client features.

```
