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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

labrin/calendar-bundle
======================

Symfony bundle integrating FullCalendar.js for managing events, tasks, and appointments with drag-and-drop and CRUD support.

02Twig

Since Jul 7Pushed 10mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony Calendar Bundle
=======================

[](#symfony-calendar-bundle)

A Symfony bundle that provides a full-featured calendar interface and event management system.

---

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

[](#installation)

1. **Install the bundle via Composer** :

```
composer require labrin/calendar-bundle:dev-main
```

2. **Register the routes**

Add the following to your main Symfony application's config/routes.yaml to load the bundle routes under /calendar

```
calendar:
  resource: '@LabrinCalendarBundle/Resources/config/routes.yaml'
  prefix: /calendar

```

3. **Run Doctrine Migrations**

Create and apply migrations for the Event entity used by the bundle:

```
php bin/console make:migration
php bin/console doctrine:migrations:migrate

```

Usage
-----

[](#usage)

1. **Inject and call the CalendarService in your controller**

Use the bundle?s calendar service to fetch event data for a specific user:

```
// In your controller
$data = $this->calendarService->getCalendarDataForUser($user);

return $this->render('test/index.html.twig', [
'events' => $data['events'],
'draggableEvents' => $data['draggableEvents'],
'user' => $user,
]);

```

2. **Include the calendar Twig template in your view**

Embed the calendar UI by including the bundle's Twig template:

```
{# test/index.html.twig #}
{% include '@LabrinCalendar/calendar/index.html.twig' %}

```

Note
----

[](#note)

- make sure to provide a user when fetching calendar data.
- You can render the calendar anywhere in your application by calling the service and including the Twig template.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![najoukou8](https://avatars.githubusercontent.com/u/62649790?v=4)](https://github.com/najoukou8 "najoukou8 (42 commits)")

### Embed Badge

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

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

###  Alternatives

[amirezaeb/heroqr

A Powerful QR Code Management Library For PHP

9510.3k](/packages/amirezaeb-heroqr)[phattarachai/thaidate

A Laravel, PHP package for thaidate() function

1239.5k2](/packages/phattarachai-thaidate)[devize/closure-compiler

Google's Closure Compiler for use in PHP-based projects

156.7k](/packages/devize-closure-compiler)

PHPackages © 2026

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