PHPackages                             thelia/full-calendar-module - 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. thelia/full-calendar-module

ActiveThelia-module

thelia/full-calendar-module
===========================

1.0(10y ago)0241LGPL-3.0+PHP

Since Aug 15Pushed 10y ago6 watchersCompare

[ Source](https://github.com/thelia-modules/FullCalendar)[ Packagist](https://packagist.org/packages/thelia/full-calendar-module)[ RSS](/packages/thelia-full-calendar-module/feed)WikiDiscussions master Synced 1mo ago

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

Full Calendar
=============

[](#full-calendar)

This module easily integrates FullCalendar to your Thelia 2

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

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is FullCalendar.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Execute this command in your project directory:

```
$ composer require thelia/full-calendar-module:~1.0

```

Usage
-----

[](#usage)

This module adds a smarty function that creates a calendar for you.

The `{calendar}` function has 4 optional parameters:

- id: The calendar container ID. If this parameter isn't used, the ID will be `fullcalendar`, followed by a increment number. Example: fullcalendar0, fullcalendar1, ...
- class: The calendar container classes. By default, the class `thelia-fullcalendar` is automatically added. This parameter can be an array or a string. Example: `class=["foo", "bar"]`, `class="foo bar"`
- options: This parameter let you give the `fullcalendar` javascript method's argument. This parameter must be an array. Example: The function `{calendar options=["weekends" => 0]}` will add the tag ``and the js snippet: `$("#fullcalendar0").fullcalendar({weekends: 0});`
- attr: This parameter let you add more attributes to the calendar container tag. This must be an array. Example: `{calendar attr=["data-id" => 1]` will output ``

Hook
----

[](#hook)

If your module use one or more hook, fill this part. Explain which hooks are used.

This module uses two hooks:

- `main.stylesheet`: This hook is used to add FullCalendar's default stylesheets (standard and print)
- `main.javascript-initialization`: This hook is used to add Moment and FullCalendar javascript files and calendars execution script.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

3929d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![gillesbourgeat](https://avatars.githubusercontent.com/u/7335734?v=4)](https://github.com/gillesbourgeat "gillesbourgeat (2 commits)")[![lovenunu](https://avatars.githubusercontent.com/u/6106094?v=4)](https://github.com/lovenunu "lovenunu (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-full-calendar-module/health.svg)

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

PHPackages © 2026

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