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 today

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 62% of packages

Maintenance31

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

719d 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://avatars.githubusercontent.com/u/2808296?v=4)[amsaid](/maintainers/amsaid)[@amsaid](https://github.com/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

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[malzariey/filament-daterangepicker-filter

This package uses daterangepciker library to filter date by a range or predefined date ranges (Today , Yesterday ...etc)

1772.3M23](/packages/malzariey-filament-daterangepicker-filter)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)

PHPackages © 2026

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