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

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

utichawa/events
===============

Module events for CMS medianet

1.3.0(6y ago)015MITHTMLPHP ^7.1CI failing

Since Oct 30Pushed 6y agoCompare

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

READMEChangelog (10)Dependencies (7)Versions (11)Used By (0)

Module Events for Cms MEDIANET
==============================

[](#module-events-for-cms-medianet)

[![Latest Version on Packagist](https://camo.githubusercontent.com/381b1859fc572e119df1a7843b1e14aa39570c8f8d775d60f8952c3eca0ad773/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f75746963686177612f6576656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/utichawa/events)[![Total Downloads](https://camo.githubusercontent.com/0447e6c3c0d3fd6e937001941c1f30ba7d9057a77b3fb8c38241381d786c6a23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746963686177612f6576656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/utichawa/events)

Module events that can be added to any project that has CMS MEDIANET LARAVEL

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

[](#installation)

You can install the package via composer:

```
composer require utichawa/events
```

#### Publish files

[](#publish-files)

Publishing all files

```
php artisan vendor:publish --provider="Utichawa\Events\EventsServiceProvider"
```

Or you can also add tags to publish certain files

```
Views :  --tag="views"
Config : --tag="config"
Migrations : --tag="migrations"
Fake Data : --tag="fake_data"
Requests : --tag="requests"
Controllers : --tag="controllers"
Models : --tag="models"
Routes : --tag="routes"
```

Notice : Run this before you continue

```
composer dump
```

#### Run migrations

[](#run-migrations)

```
php artisan migrate
```

#### Add Module :

[](#add-module-)

```
php artisan db:seed --class=ModuleEventTableSeeder
```

#### Add Routes

[](#add-routes)

Add this line to the config file 'packages.php'

```
'events' => config('cms-events.route_namespace_controllers')
```

#### Adding fake data (Menu to Main menu + Dummy events and categories)

[](#adding-fake-data-menu-to-main-menu--dummy-events-and-categories)

```
php artisan db:seed --class=EventsTableSeeder
```

Credits
-------

[](#credits)

- [Mechiche Yassine](https://github.com/utichawa)
- [Lamia Zouaghi](https://github.com/lamiazouaghi)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

10

Last Release

2388d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8590be36f93c27debc63c2b4fb8c566ebd2b9ec2f935ecc7580d8af83997921b?d=identicon)[utichawa](/maintainers/utichawa)

---

Top Contributors

[![lamiazouaghi](https://avatars.githubusercontent.com/u/49305370?v=4)](https://github.com/lamiazouaghi "lamiazouaghi (15 commits)")

---

Tags

eventsutichawa

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[chelout/laravel-relationship-events

Missing relationship events for Laravel

5252.3M17](/packages/chelout-laravel-relationship-events)[tormjens/eventy

The WordPress filter/action system in Laravel

438912.9k16](/packages/tormjens-eventy)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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