PHPackages                             munioid/filament-event - 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. munioid/filament-event

ActiveLibrary

munioid/filament-event
======================

This is my package filament-event

1.0.0(11mo ago)06MITPHPPHP ^8.1

Since May 27Pushed 11mo agoCompare

[ Source](https://github.com/munioid/filament-event)[ Packagist](https://packagist.org/packages/munioid/filament-event)[ Docs](https://github.com/munioid/filament-event)[ RSS](/packages/munioid-filament-event/feed)WikiDiscussions master Synced 1mo ago

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

This is my package filament-event
=================================

[](#this-is-my-package-filament-event)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d27aa86dc17a214f0c06e00f02c26d200f78fff17ce901d39af6e549f6866611/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d756e696f69642f66696c616d656e742d6576656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/munioid/filament-event)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require munioid/filament-event
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-event-config"
```

```
// config/filament-event.php
return [
    'tenant_model' => env('TENANT_MODEL', null),
];
```

Install plugin on panel
-----------------------

[](#install-plugin-on-panel)

You can register the plugin in your xPanelProvider:

```
->plugin(
    \Munioid\FilamentEvent\FilamentEventPlugin::make()
);
```

You can enable tenancy in your xPanelProvider and ENV:

```
// xPanelProvider.php
->tenant(Team::class);
```

```
// .env
TENANT_MODEL=App\Models\YourTenantModel
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [aneksa](https://github.com/aneksa)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance54

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e32a43256a80d3e9c241c0660e7b4ecb85d084216a4eca5e5f7912572e6e01b?d=identicon)[aneksa](/maintainers/aneksa)

---

Top Contributors

[![aneksa](https://avatars.githubusercontent.com/u/20569791?v=4)](https://github.com/aneksa "aneksa (1 commits)")

---

Tags

laravelmunioidfilament-event

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/munioid-filament-event/health.svg)

```
[![Health](https://phpackages.com/badges/munioid-filament-event/health.svg)](https://phpackages.com/packages/munioid-filament-event)
```

###  Alternatives

[joaopaulolndev/filament-edit-profile

Filament package to edit profile

250258.1k34](/packages/joaopaulolndev-filament-edit-profile)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[jacobtims/filament-logger

Activity logger for filament

1721.0k4](/packages/jacobtims-filament-logger)

PHPackages © 2026

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