PHPackages                             weerd/chronos-events - 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. weerd/chronos-events

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

weerd/chronos-events
====================

Laravel package for working with calendar events.

v1.0.0(8y ago)143MITPHP

Since Apr 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/weerd/chronos-events)[ Packagist](https://packagist.org/packages/weerd/chronos-events)[ RSS](/packages/weerd-chronos-events/feed)WikiDiscussions master Synced 2w ago

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

Chronos Events
==============

[](#chronos-events)

Introduction
------------

[](#introduction)

**Chronos Events** is a package for Laravel 5 that provides scaffolding and functionality for working with calendar events in a CMS-like nature.

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

[](#installation)

### Step 1: Composer

[](#step-1-composer)

From the command line, run:

```
$ composer require weerd/chronos-events
```

### Step 2: Service Provider

[](#step-2-service-provider)

This package has support for Laravel's package auto-discovery, so after installing with composer the package's service provider will automagically ✨ be registered and enabled.

However, if your project has package auto-discovery disabled, or you prefer to add the service provider manually, within your Laravel project, open `config/app.php` and, at the end of the `providers` array, append:

```
'providers' => [
    // ...

    /*
     * Package Service Providers...
     */
    Weerd\ChronosEvents\ChronosEventsServiceProvider::class,
],
```

### Step 3: Migrate

[](#step-3-migrate)

Next, run the migration to add the `calendar_events` table to your database:

```
$ php artisan migrate
```

Customization
-------------

[](#customization)

*more to come...*

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3007d ago

### Community

Maintainers

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

---

Top Contributors

[![weerd](https://avatars.githubusercontent.com/u/105849?v=4)](https://github.com/weerd "weerd (23 commits)")

---

Tags

laraveleventscmscalendar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/weerd-chronos-events/health.svg)

```
[![Health](https://phpackages.com/badges/weerd-chronos-events/health.svg)](https://phpackages.com/packages/weerd-chronos-events)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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