laravel-payments

Laravel Payments

Laravel Payments is a flexible plans and subscription management system for Laravel. Originally forked from bpuig/laravel-subby and rinvex/laravel-subscriptions.

What it does

The way this package is made, there are plans that have features , and then there is an entity receiving the trait of having subscriptions. It can be an user, a team, whatever you want; see Attach Subscriptions to model. This entity can be subscribed to one or more plans and use its features.

With the scheduling extra, you can schedule your plan changes in the future.

Considerations

Changelog

Refer to the Changelog for a full history of the project.

License

Forked originally from bpuig/laravel-subby and rinvex/laravel-subscriptions. Thank you for creating the original!

This software is released under The MIT License (MIT).

© 2020-2021 B. Puig, Some rights reserved.