PHPackages                             barnabynorman/google-auth-wrapper - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. barnabynorman/google-auth-wrapper

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

barnabynorman/google-auth-wrapper
=================================

Wrapper to simplify use of Google PHP Client Library

1.0.4(2y ago)06MITPHPPHP ^7.0

Since Dec 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/barnabynorman/google-auth-wrapper)[ Packagist](https://packagist.org/packages/barnabynorman/google-auth-wrapper)[ RSS](/packages/barnabynorman-google-auth-wrapper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

google-auth-wrapper
===================

[](#google-auth-wrapper)

Uses google-api-php-client and simplifies configuration / use

Getting started with composer
-----------------------------

[](#getting-started-with-composer)

```
"require": {
  "barnabynorman/google-auth-wrapper": "^1.0"
}

```

Make sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';

```

Register with google at:

Note your:

- Client ID
- Client Secret

Basic use
---------

[](#basic-use)

```
