PHPackages                             skyraptor/laravel-fullcalendar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. skyraptor/laravel-fullcalendar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

skyraptor/laravel-fullcalendar
==============================

Laravel helper for FullCalendar.io

1.6.0(3y ago)417.1kMITPHPPHP ^7.3 | ^8.0

Since Feb 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bumbummen99/laravel-fullcalendar)[ Packagist](https://packagist.org/packages/skyraptor/laravel-fullcalendar)[ RSS](/packages/skyraptor-laravel-fullcalendar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (21)Used By (0)

Laravel FullCalendar | WIP
==========================

[](#laravel-fullcalendar--wip)

This is an fork of the 1.3 version of the [laravel-fullcalendar](https://github.com/maddhatter/laravel-fullcalendar) package by Shawn Tunney to provide support for Laravel 7+.

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

[](#installation)

The package can be installed with composer:

```
composer require skyraptor/laravel-fullcalendar

```

Also you will have to include the JS and CSS of FullCalendar, you can do so by using the official CDN:

```

{!! $calendar->script() !!}
```

Further CDN addresses can be found on

The HTML can be displayed as so:

```
{!! $calendar->calendar() !!}

```

Usage
-----

[](#usage)

The package can be used as shown:

```
$events = [];

$events[] = Calendar::event(
    'Event One', //event title
    false, //full day event?
    '2015-02-11T0800', //start time (you can also use Carbon instead of DateTime)
    '2015-02-12T0800', //end time (you can also use Carbon instead of DateTime)
    0 //optionally, you can specify an event ID
);

$events[] = Calendar::event(
    "Valentine's Day", //event title
    true, //full day event?
    new \DateTime('2015-02-14'), //start time (you can also use Carbon instead of DateTime)
    new \DateTime('2015-02-14'), //end time (you can also use Carbon instead of DateTime)
    'stringEventId' //optionally, you can specify an event ID
);

/* Add an array with addEvents */
Calendar::addEvents($events);

/* Set fullcalendar options */
Calendar::setOptions([
        'plugins' => [
            'dayGrid',
            'bootstrapPlugin'
        ],
        'themeSystem' => 'bootstrap',
]);

return view('page.events', [
    ...
    'calendar' => Calendar::getFacadeRoot(),
]);
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~206 days

Total

20

Last Release

1427d ago

Major Versions

v0.1.0 → v1.0.02015-02-13

v0.2.1 → v1.1.12015-03-16

v0.2.2 → v1.2.52017-04-18

PHP version history (3 changes)v0.1.0PHP &gt;=5.4.0

1.4.0PHP ^7.2

1.5.0PHP ^7.3 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/509a5baf8d7d8f7ae8c5b569ee81b1d04ed6af1af625696777e51e997ff9a685?d=identicon)[bumbummen99](/maintainers/bumbummen99)

---

Top Contributors

[![maddhatter](https://avatars.githubusercontent.com/u/4449339?v=4)](https://github.com/maddhatter "maddhatter (31 commits)")[![mbabker](https://avatars.githubusercontent.com/u/368545?v=4)](https://github.com/mbabker "mbabker (15 commits)")[![bumbummen99](https://avatars.githubusercontent.com/u/4533331?v=4)](https://github.com/bumbummen99 "bumbummen99 (13 commits)")[![daverdalas](https://avatars.githubusercontent.com/u/5399813?v=4)](https://github.com/daverdalas "daverdalas (2 commits)")[![nezaboravi](https://avatars.githubusercontent.com/u/1515172?v=4)](https://github.com/nezaboravi "nezaboravi (2 commits)")[![GoProdMe](https://avatars.githubusercontent.com/u/4415910?v=4)](https://github.com/GoProdMe "GoProdMe (1 commits)")[![Pugzy](https://avatars.githubusercontent.com/u/8608892?v=4)](https://github.com/Pugzy "Pugzy (1 commits)")[![zenphp](https://avatars.githubusercontent.com/u/327522?v=4)](https://github.com/zenphp "zenphp (1 commits)")[![mean-cj](https://avatars.githubusercontent.com/u/1191385?v=4)](https://github.com/mean-cj "mean-cj (1 commits)")[![davidcb](https://avatars.githubusercontent.com/u/1170269?v=4)](https://github.com/davidcb "davidcb (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/skyraptor-laravel-fullcalendar/health.svg)

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

###  Alternatives

[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.0M314](/packages/illuminate-redis)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)

PHPackages © 2026

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