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 2w 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 36% 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

3743d 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

[revolution/laravel-google-sheets

Google Sheets API v4

4493.3M9](/packages/revolution-laravel-google-sheets)[darthsoup/laravel-whmcs

WHMCS API interface for Laravel 8 and up

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

A Laravel Google API Client.

601.7k](/packages/tomshaw-google-api)[spatie/analytics-statistics

An opinionated php package to retrieve Google Analytics data.

744.8k](/packages/spatie-analytics-statistics)

PHPackages © 2026

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