PHPackages                             brilik/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. brilik/calendar

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

brilik/calendar
===============

Display Calendar with adding events for popular frameworks (Bootstrap, TailWinds...).

v1.0.0(2y ago)014MITPHPPHP ^7.3|^7.4|^8.0

Since Aug 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/brilik/calendar)[ Packagist](https://packagist.org/packages/brilik/calendar)[ Docs](https://github.com/brilik/calendar)[ RSS](/packages/brilik-calendar/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

🗓 Calendar
==========

[](#-calendar)

Display Calendar with adding events for popular frameworks (Bootstrap, TailWinds...).

[![Latest Version on Packagist](https://camo.githubusercontent.com/0892d73c29deb0f1cc60f350644524c8d607f0dd703bd0a784bd2a7c50577bee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6272696c696b2f63616c656e6461722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brilik/calendar)[![Build Status](https://camo.githubusercontent.com/6d08c6e09e02f5c9093410d92adadd3384ddd6b41a3c7afd45fffedc20972ccb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6272696c696b2f63616c656e6461722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/brilik/calendar)[![Quality Score](https://camo.githubusercontent.com/86b1d3f85abb5fd6a16eb2d36e849fb85abf4e59d17a1b9cf5329403a227a2e4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6272696c696b2f63616c656e6461722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/brilik/calendar)[![Total Downloads](https://camo.githubusercontent.com/53684b6d7637ab4df7dc19a527ca25e442fde34434aeae4398da24d99e843934/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6272696c696b2f63616c656e6461722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brilik/calendar)

Requirements
------------

[](#requirements)

- PHP 7.3+

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

[](#installation)

You can install the package via composer:

```
composer require brilik/calendar
```

How it works
------------

[](#how-it-works)

```
use VitoBryliano\Calendar\TailWindCalendar;
use VitoBryliano\Calendar\BootstrapCalendar;

// Get date in ISO format
$date = Carbon::now()->tz('Europe/Kiev')->format('Y-m-d');
// You can create calendar in the Bootstrap styles
$calendar = new BootstrapCalendar($date);
// Or you can create calendar in the TailWind styles
$calendar = new TailWindCalendar($date);
// You can add navigate for choose month
$calendar->navigation = true;
// You can add custom name months or their translations
$calendar->setWeekDaysName([
    __('Mon'),
    __('Tue'),
    __('Wed'),
    __('Thu'),
    __('Fri'),
    __('Sut'),
    __('Sun')
]);
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

1061d ago

### Community

Maintainers

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

---

Top Contributors

[![VitoBryliano](https://avatars.githubusercontent.com/u/27772771?v=4)](https://github.com/VitoBryliano "VitoBryliano (8 commits)")

---

Tags

phpcalendarphp calendarbreadthevito-calendarbryliano-calendar

### Embed Badge

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

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

###  Alternatives

[eluceo/ical

The eluceo/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your \*.ics file by hand. The output will follow RFC 5545 as best as possible.

1.2k18.7M61](/packages/eluceo-ical)[wilianx7/php-recurring

PHP library for generating recurring dates, schedules, and repeated task recurrences.

1050.7k](/packages/wilianx7-php-recurring)[czemu/nova-calendar-tool

Calendar tool for Laravel Nova.

2816.2k](/packages/czemu-nova-calendar-tool)

PHPackages © 2026

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