PHPackages                             solarios/google - 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. solarios/google

ActiveLibrary[API Development](/categories/api)

solarios/google
===============

Google API bridge for Laravel 5

v1.0.0(10y ago)016MITPHPPHP &gt;=5.5.9

Since Mar 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Solarios/Google)[ Packagist](https://packagist.org/packages/solarios/google)[ RSS](/packages/solarios-google/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Google API
==========

[](#google-api)

A laravel wrapper for Google's API. It uses [Laravel Manager](https://github.com/GrahamCampbell/Laravel-Manager) as it's base.

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

[](#installation)

Require it with Composer by running

```
composer require solarios/google

```

Add the following to the service providers in `config/app.php`.

```
Solarios\Google\GoogleServiceProvider::class,
```

There is also a facade available.

```
'Google' => Solarios\Google\Facades\Google::class,
```

To publish the configuration file, run

```
php artisan vendor:publish

```

Usage
-----

[](#usage)

Only the application authentication is currently supported (service provider/account).

### Examples

[](#examples)

```
$calendar = Google::calendar();
```

Returns the `Google_Service_Calendar` class.

```
$calendarList = $calendar->calendarList->listCalendarList();
```

Gets a list of calendars.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3788d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/solarios-google/health.svg)

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

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86337.5k](/packages/flow-php-flow)[darthsoup/laravel-whmcs

WHMCS API interface for Laravel 8 and up

6637.7k](/packages/darthsoup-laravel-whmcs)[tomshaw/google-api

A Laravel Google API Client.

601.9k](/packages/tomshaw-google-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[chameleon-system/chameleon-base

The Chameleon System core.

1028.7k6](/packages/chameleon-system-chameleon-base)[swisnl/laravel-mautic

Laravel wrapper for Mautic API

1117.5k](/packages/swisnl-laravel-mautic)

PHPackages © 2026

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