PHPackages                             mraiur/laravel-mgoogle - 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. mraiur/laravel-mgoogle

ActiveFacade[API Development](/categories/api)

mraiur/laravel-mgoogle
======================

v0.0.1(10y ago)022MITPHP

Since Jul 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mraiur/laravel-mgoogle)[ Packagist](https://packagist.org/packages/mraiur/laravel-mgoogle)[ Docs](http://google.mraiur.com)[ RSS](/packages/mraiur-laravel-mgoogle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

mgoogle
=======

[](#mgoogle)

Laravel wrapper for MGoogle package.

Setup:

Add to your providers array in config/app.php

```
    MGoogleLaravel\MGoogleServiceProvider::class,

```

Run vendor:publish to generate the app/mgoogle.php configuration file.

```
    php artisan vendor:publish

```

This package simplifies the Google API usage to:

```
    $MGAPI = new MGAPI();
    if( $MGAPI ) {
        $CalendarAPI = $MGAPI->calendar();
        $calendars = $CalendarAPI->getCalendars();
    }

```

More in :

[Project page](http://google.mraiur.com)[MGoogle Package](https://github.com/mraiur/mgoogle)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

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

4011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e04ea7affb585a55d0ce535c1dc8623bdc7532d67e37a8593e8284eed48a4661?d=identicon)[mraiur](/maintainers/mraiur)

### Embed Badge

![Health badge](/badges/mraiur-laravel-mgoogle/health.svg)

```
[![Health](https://phpackages.com/badges/mraiur-laravel-mgoogle/health.svg)](https://phpackages.com/packages/mraiur-laravel-mgoogle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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