PHPackages                             ecoleplus/filament-subs - 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. ecoleplus/filament-subs

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

ecoleplus/filament-subs
=======================

This is my package filament-subscriptions

v1.0.14(1y ago)016MITPHPPHP ^8.2|^8.3

Since Jul 13Pushed 1y agoCompare

[ Source](https://github.com/amsaid/filament-subscriptions)[ Packagist](https://packagist.org/packages/ecoleplus/filament-subs)[ Docs](https://github.com/amsaid/filament-subscriptions)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/ecoleplus-filament-subs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (16)Used By (0)

This is my package filament-subscriptions
=========================================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/044e4b5e6c17894b4c39297953fcbc034396f76742fd732148d2ff3f36aec1ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65636f6c65706c75732f66696c616d656e742d737562732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ecoleplus/filament-subs)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b1327bdd652f6be2196e42fcf360ea4d1144ce38d93e56a9d9a08104127f1235/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616d736169642f66696c616d656e742d737562736372697074696f6e732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/amsaid/filament-subscriptions/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/30f580f74357c488c8b5a8f0627cbfe54da5d1c0ce247032f75ff465caed1f8c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616d736169642f66696c616d656e742d737562736372697074696f6e732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/amsaid/filament-subscriptions/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/13fafabeeae7651b3e447b6cbd615d79ef9c13257534ae5a75271bdc2f2ec82a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65636f6c65706c75732f66696c616d656e742d737562732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ecoleplus/filament-subs)

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

Support us
----------

[](#support-us)

If you like this package, consider supporting us by donating to support our development. Your support is greatly appreciated! 🙏

[![Buy Me A Coffee](https://camo.githubusercontent.com/0cf29a542375e1a46e84d8bf5805a4e5c0a6ee98b6547ccdc0c55eed49d99c69/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f76322f64656661756c742d79656c6c6f772e706e67)](https://www.buymeacoffee.com/amsaid)

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

[](#installation)

You can install the package via composer:

```
composer require ecoleplus/filament-subs
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-subscriptions-migrations"
php artisan migrate
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
    "currency" => " MAD",
    "model" => "App\\Models\\User",
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-subscriptions-views"
```

Usage
-----

[](#usage)

```
use EcolePlus\FilamentSubscription\FilamentSubscriptionPlugin;

...
return $panel
    ->plugins([
        FilamentSubscriptionPlugin::make(),
    ]);
```

```
use EcolePlus\FilamentSubscription\Traits\PlanSubscriptions;

class User extends Authenticatable
{
    use PlanSubscriptions;
}
```

You can use the trait in any model you want as long as you have set the `model` in the config file.

Testing
-------

[](#testing)

```
composer test
```

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

[](#contributing)

Credits
-------

[](#credits)

- [Ibrahim](https://github.com/ibrahimBougaoua)
- [Said](https://github.com/amsaid)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

15

Last Release

666d ago

PHP version history (2 changes)v1.0.0PHP ^8.1|^8.2|^8.3

v1.0.6PHP ^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/29d03e27ee2832459f1c4f60e720c106834f01ee58a629917cba51c8e8669456?d=identicon)[amsaid](/maintainers/amsaid)

---

Top Contributors

[![ibrahimBougaoua](https://avatars.githubusercontent.com/u/41789518?v=4)](https://github.com/ibrahimBougaoua "ibrahimBougaoua (28 commits)")[![amsaid](https://avatars.githubusercontent.com/u/2808296?v=4)](https://github.com/amsaid "amsaid (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelfilament-subscriptionsEcolePlus

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ecoleplus-filament-subs/health.svg)

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[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)

PHPackages © 2026

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