PHPackages                             ansjabar/laravel-google-calendar - 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. ansjabar/laravel-google-calendar

ActiveLibrary[API Development](/categories/api)

ansjabar/laravel-google-calendar
================================

Add events to Google Calendar using OAauth

0.1.1(3y ago)05MITPHPPHP ^7.0|^8.0

Since Nov 23Pushed 3y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

laravel-google-calendar
=======================

[](#laravel-google-calendar)

Laravel handler to add events to Google Calendar.

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

[](#installation)

Require this package with composer.

```
$ composer require ansjabar/laravel-google-calendar
```

Integration
-----------

[](#integration)

```
$ php artisan vendor:publish --provider="AnsJabar\LaravelGoogleCalendar\CalendarServiceProvider"
```

Add `GOOGLE_CLIENT_ID`, `GOOGLE_CLIENT_SECRET` and '`GOOGLE_REDIRECT_BACK` to your `.env` file. Add result of following code to Redirect URL

```
config('app.url').'/google-calendar/callback' // http://localhost:8000/azure-calendar/callback
```

Usasge
------

[](#usasge)

```
(new \AnsJabar\LaravelGoogleCalendar\Calendar(
    $from, \\ Must be instance of Carbon
    $to, \\ Must be instance of Carbon
    'Summary of the event'
))->createEvent();
```

License
-------

[](#license)

This laravel-teams-logger package is available under the MIT license. See the LICENSE file for more info.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

1265d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7676899?v=4)[Ans Jabar](/maintainers/ansjabar)[@ansjabar](https://github.com/ansjabar)

---

Top Contributors

[![ansjabar](https://avatars.githubusercontent.com/u/7676899?v=4)](https://github.com/ansjabar "ansjabar (1 commits)")

---

Tags

laravelgoogle calendar

### Embed Badge

![Health badge](/badges/ansjabar-laravel-google-calendar/health.svg)

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

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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