Download the PHP package crumbls/subscriptions-filament without Composer

On this page you can find all versions of the php package crumbls/subscriptions-filament. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package subscriptions-filament

Crumbls Subscriptions Filament

A Filament v5 admin panel plugin for crumbls/subscriptions. Manage plans, features, and subscriptions through a complete admin interface.

Requirements

Package PHP Laravel Filament crumbls/subscriptions
2.x 8.3, 8.4 11.x, 12.x, 13.x 5.x ^2.0

Upgrading from 1.x? See UPGRADING.md for the schema migration.

Installation

Register the plugin in your Filament panel provider:

That's it. The plugin registers all resources automatically.

Note: If you've previously run php artisan filament:cache-components, you'll need to clear the cache after installing:

Or delete bootstrap/cache/filament/panels/*.php.

Resources

All resources appear under a Subscriptions navigation group in your admin sidebar.

Plans

Full CRUD for subscription plans.

List view:

Create/Edit form:

Relation managers:

Features

Standalone CRUD for features. Features exist independently of plans and can be attached to multiple plans with different values.

List view:

Create/Edit form:

Subscriptions

Read-only list with management actions.

List view:

Inline actions:

View page:

Feature/Plan Workflow

The key concept: features are defined once, values are set per-plan.

  1. Create features in the Features resource (e.g. "Users", "API Calls", "SSL")
  2. Edit a plan → Features tab → Attach a feature
  3. Set the value for this plan (e.g. "Users" → 10 on Basic, 50 on Pro)
  4. The same feature can have different values across different plans

This is managed through the plan_features pivot table. The attach form prompts for value and sort_order.

Translatable Fields

Plan and feature names/descriptions support multiple locales via spatie/laravel-translatable. The admin forms use the current application locale. To support multiple locales in the admin, consider a locale switcher or filament-spatie-translatable.

Drop-in Relation Manager

The package provides a reusable PlanSubscriptionsRelationManager you can add to any resource whose model uses HasPlanSubscriptions:

This gives you a full subscriptions tab on the resource with:

Works with any model — User, Tenant, Team, Organization — as long as it uses the HasPlanSubscriptions trait.

Customization

All resources resolve model classes from config/subscriptions.php. If you've swapped in custom models, the admin panel uses them automatically — no additional configuration needed.

Extending resources

You can extend any resource class and register your own plugin:

What's Included

Resource Actions Relation Managers
Plans List, Create, Edit, Delete Features (attach/detach/create/edit/delete), Subscriptions (create/view/delete)
Features List, Create, Edit, Delete
Subscriptions List, View, Cancel, Renew

License

MIT


All versions of subscriptions-filament with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
crumbls/subscriptions Version ^2.0
filament/filament Version ^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package crumbls/subscriptions-filament contains the following files

Loading the files please wait ...