PHPackages                             revolution/authorize-google-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. revolution/authorize-google-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

revolution/authorize-google-api
===============================

Authorize HTTP Client Manager: Google API Driver

1.1.0(6y ago)014MITPHPPHP ^7.2||^8.0

Since May 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kawax/authorize-google-api)[ Packagist](https://packagist.org/packages/revolution/authorize-google-api)[ RSS](/packages/revolution-authorize-google-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Authorize HTTP Client Manager: Google API Driver
================================================

[](#authorize-http-client-manager-google-api-driver)

-
-

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

[](#requirements)

- PHP &gt;= 7.2
- Laravel &gt;= 5.8

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

[](#installation)

```
composer require revolution/authorize-google-api

```

Usage
-----

[](#usage)

```
    $credentials = [
        'application_name' => '',
        'client_id'        => '',
        'client_secret'    => '',
        'redirect_uri'     => '',
        'scopes'           => [\Google_Service_PhotosLibrary::PHOTOSLIBRARY],
        'access_type'      => 'online',
        'approval_prompt'  => 'auto',
        'prompt'           => 'consent',
    ];

    if (Authorize::driver('google-api')->login($credentials)) {
        /**
         * @var \Google_Client $client
         */
        $client = Authorize::driver('google-api')->client();
        $client->setAccessToken($token);
        $photos = new \Google_Service_PhotosLibrary($client);
    }
```

LICENSE
-------

[](#license)

MIT
Copyright kawax

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~324 days

Total

3

Last Release

2259d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.0.0

1.1.0PHP ^7.2||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77618633?v=4)[Revolution](/maintainers/revolution)[@Revolution](https://github.com/Revolution)

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (5 commits)")

---

Tags

laravelgoogleauthorize

### Embed Badge

![Health badge](/badges/revolution-authorize-google-api/health.svg)

```
[![Health](https://phpackages.com/badges/revolution-authorize-google-api/health.svg)](https://phpackages.com/packages/revolution-authorize-google-api)
```

###  Alternatives

[binary-cats/laravel-mailgun-webhooks

Handle Mailgun webhooks in a Laravel application

64299.4k](/packages/binary-cats-laravel-mailgun-webhooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[garf/laravel-pinger

Ping search engines about website updates

2422.2k](/packages/garf-laravel-pinger)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4413.3k](/packages/illuminatech-data-provider)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
