PHPackages                             yuyinitos/laravel5-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. yuyinitos/laravel5-google-calendar

ActiveLibrary

yuyinitos/laravel5-google-calendar
==================================

Google Calendar REST API for Laravel 5

213PHP

Since Apr 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/yuyinitos/Laravel5-Google-Calendar)[ Packagist](https://packagist.org/packages/yuyinitos/laravel5-google-calendar)[ RSS](/packages/yuyinitos-laravel5-google-calendar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel5-Google-Calendar
========================

[](#laravel5-google-calendar)

A simple integration of Laravel 5 (or any PHP) and Google Calendar REST API

Used in the Laravel Bill Reminder app I created:

Overview
========

[](#overview)

I needed access to Google Calendar and their PHP SDK failed for me on to many levels. I am perfectly happy using REST APIS and decided to go that route.

This package needs better authentication checks, error checks and unit testing.
-------------------------------------------------------------------------------

[](#this-package-needs-better-authentication-checks-error-checks-and-unit-testing)

Usage
=====

[](#usage)

Declare use statements to access Calendar and CalendarEvent.

```
  use Askedio\Laravel5GoogleCalendar\Calendar;
  use Askedio\Laravel5GoogleCalendar\Events as CalendarEvent;

```

Event Options
=============

[](#event-options)

```
  CalendarEvent::createEvents([]);
  CalendarEvent::readEvents($eventId=false); # false to read all events in time frame
  CalendarEvent::updateEvents($eventId, []);
  CalendarEvent::deleteEvents($eventId);

```

Calendar Options
================

[](#calendar-options)

```
  Calendar::createCalendar([]);
  Calendar::readCalendar();
  Calendar::updateCalendar([]);
  Calendar::deleteCalendar();

```

Class Options
=============

[](#class-options)

Set the calendar to an empty value when using readCalendar to get a list of calendars.

```
  # Change calendar
  Calendar::setVar('calendar', 'primary');

  # Change start/end time
  Calendar::setVar('start', 'yesterday');
  Calendar::setVar('end', 'today');

```

Creating &amp; Updating
=======================

[](#creating--updating)

Creating sends a POST request with the array provided. Updating sents a PATCH request with the array provided.

Check the Google Calendar API documentation for the values to be provided. You can also view mine here:

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/434e9902167df02d421dea13849019ce5b39e8dcff8f884c8304c675c973efe0?d=identicon)[yuyinitos](/maintainers/yuyinitos)

---

Top Contributors

[![gcphost](https://avatars.githubusercontent.com/u/1173636?v=4)](https://github.com/gcphost "gcphost (7 commits)")[![yuyinitos](https://avatars.githubusercontent.com/u/4574988?v=4)](https://github.com/yuyinitos "yuyinitos (7 commits)")

### Embed Badge

![Health badge](/badges/yuyinitos-laravel5-google-calendar/health.svg)

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

PHPackages © 2026

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