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

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

uccello/calendar
================

A synchronized calendar for Uccello.

v0.3.0(6y ago)02552MITPHPCI failing

Since May 2Pushed 5y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (4)Versions (9)Used By (0)

Pour ajouter un nouveau service :

- Ajouter une entrée dans la table "calendar\_types" en modifiant le fichier de migration XXXX\_create\_calendar\_types\_table
- Créer un dossier {ServiceName} dans uccello/calendar/app/Http/Controllers

Dans app/Console/Kernel.php ajouter ceci pour qu'un classement automatique des évenements soit réalisé : protected function schedule(Schedule $schedule) { $users = User::all(); $month\_ago = date('Y-m-d', strtotime("-1 month")); $month\_later = date('Y-m-d', strtotime("+1 month"));

```
foreach($users as $user)
{
    $schedule->command("events:classify $user->id $month_ago $month_later")->daily();
}

//Add other crons here

```

}

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86% 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 ~23 days

Recently: every ~34 days

Total

7

Last Release

2430d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dd3449bee600c805043068270d8c8d1fe7db9960f76e94b660d1192dfd3b3be?d=identicon)[sardoj](/maintainers/sardoj)

---

Top Contributors

[![sardoj](https://avatars.githubusercontent.com/u/3235898?v=4)](https://github.com/sardoj "sardoj (37 commits)")[![jerome-savin](https://avatars.githubusercontent.com/u/25988722?v=4)](https://github.com/jerome-savin "jerome-savin (6 commits)")

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.5M21](/packages/spatie-laravel-google-calendar)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)

PHPackages © 2026

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