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

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

nachofassini/reservations-calendar
==================================

This is rewriten \[https://github.com/bastianallgeier/gantti\] Gantt Class to fit my needs Eg. To show multiple events (bookings) per resource and Laravel 5.3 compatibility

3.0.0(9y ago)22052PHPPHP &gt;=5.5.9

Since Jun 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nachofassini/reservations-calendar)[ Packagist](https://packagist.org/packages/nachofassini/reservations-calendar)[ RSS](/packages/nachofassini-reservations-calendar/feed)WikiDiscussions master Synced 3w ago

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

\#Laravel 5 Booking calendar ##About This is rewriten \[\] Gantt Class to fit my needs Eg. To show multiple events (bookings) per resource and Laravel 5 compatibility

\##Screenshot

[![](https://raw.githubusercontent.com/ognjenm/reservations-calendar/master/calendar.png)](https://raw.githubusercontent.com/ognjenm/reservations-calendar/master/calendar.png)

\##Installation

Require ognjenm/reservations-calendar in composer.json and run composer update.

```
{
    "require": {
        "laravel/framework": "5.2.*",
        ...
        "ognjenm/reservations-calendar": "*"
    }
    ...
}

```

Composer will download the package. After the package is downloaded, open config/app.php and add the service provider and alias as below:

```

'providers' => array(
    ...
    \Ognjenm\ReservationsCalendar\ReservationsCalendarServiceProvider::class,
),

'aliases' => array(
    ...
    'ResCalendar' => \Ognjenm\ReservationsCalendar\Facades\ResCalendar::class,
),

```

Finally you need to publish a configuration file by running the following Artisan command.

```
php artisan vendor:publish --tag=public --force

```

Include css in your view

```

```

\###Examples

Prepare data

```

$data[] = [
    'label' => 'Soba 1',
    'info' => '2+1',
    'class' => 'blue',
    'events' => [
        [
            'label' => 'Ognjen Miletic',
            'tooltip' => 'Potvrdjena rezervacijaod: 19.06.2015do: 23.06.2015Ukupno: 578 EUR',
            'url' => 'http://google.com',
            'start' => '2015-06-19',
            'end' => '2015-06-23',
            'class' => '',
            'icon' => 'fa-arrow-down'
        ],
        [
            'label' => 'Madona i ekipa',
            'tooltip' => 'Potvrdjena rezervacijaod: 19.06.2015do: 23.06.2015Ukupno: 1578 EUR',
            'start' => '2015-06-10',
            'end' => '2015-06-19',
            'class' => 'checkout',
            'icon' => 'fa-sign-out'
        ],
        [
            'label' => 'Jovan Jovanovic Zmaj',
            'start' => '2015-06-23',
            'end' => '2015-06-30',
            'class' => 'uncomfirmed',
            'icon' => 'fa-question'
        ],
        [
            'label' => 'Nikola Nikolic',
            'tooltip' => 'This is some html',
            'url' => 'http://google.com',
            'start' => '2015-06-30',
            'end' => '2015-07-15',
            'class' => 'stay'
        ],
    ]
];

```

Render calendar

```
{!! ResCalendar::render($data,['title'=>'Hotel'])!!}

```

\##Contributions are welcomed

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~160 days

Total

4

Last Release

3539d ago

Major Versions

0.9.0 → 1.0.02015-07-20

1.0.0 → 2.0.02016-06-02

2.0.0 → 3.0.02016-10-18

PHP version history (2 changes)0.9.0PHP &gt;=5.4.0

1.0.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b34b80a7795be421a3936a09ab031d09d61647794c5169cd8971c9246b22ffc?d=identicon)[nachofassini](/maintainers/nachofassini)

---

Top Contributors

[![ognjenm](https://avatars.githubusercontent.com/u/609541?v=4)](https://github.com/ognjenm "ognjenm (15 commits)")[![nachofassini](https://avatars.githubusercontent.com/u/7388586?v=4)](https://github.com/nachofassini "nachofassini (4 commits)")[![handy-man](https://avatars.githubusercontent.com/u/1525379?v=4)](https://github.com/handy-man "handy-man (1 commits)")

### Embed Badge

![Health badge](/badges/nachofassini-reservations-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/nachofassini-reservations-calendar/health.svg)](https://phpackages.com/packages/nachofassini-reservations-calendar)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M362](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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