PHPackages                             php-monsters/sasscription - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. php-monsters/sasscription

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

php-monsters/sasscription
=========================

A simple interface for managing subscriptions and feature usage in Laravel-based SaaS applications.

211PHP

Since Jul 11Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/php-monsters/laravel-sass-subscription)[ Packagist](https://packagist.org/packages/php-monsters/sasscription)[ RSS](/packages/php-monsters-sasscription/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![SAAS Subscription](https://camo.githubusercontent.com/d0eabfa318f3c0daff45dfc335b3836175862d780c9fd30f1917558a1418cfbe/68747470733a2f2f696d672e6672656570696b2e636f6d2f7072656d69756d2d766563746f722f737562736372697074696f6e2d7072696365732d6f6e626f617264696e672d6d6f62696c652d6170702d73637265656e732d74656d706c617465732d77616c6b7468726f7567682d776562736974652d766563746f722d70616765732d6469676974616c2d73657276696365732d636f7374732d7461726966662d706c616e732d73746570732d736d61727470686f6e652d7061796d656e742d7765622d706167652d6c61796f75745f3130363331372d31303437392e6a70673f773d32303030)](https://camo.githubusercontent.com/d0eabfa318f3c0daff45dfc335b3836175862d780c9fd30f1917558a1418cfbe/68747470733a2f2f696d672e6672656570696b2e636f6d2f7072656d69756d2d766563746f722f737562736372697074696f6e2d7072696365732d6f6e626f617264696e672d6d6f62696c652d6170702d73637265656e732d74656d706c617465732d77616c6b7468726f7567682d776562736974652d766563746f722d70616765732d6469676974616c2d73657276696365732d636f7374732d7461726966662d706c616e732d73746570732d736d61727470686f6e652d7061796d656e742d7765622d706167652d6c61796f75745f3130363331372d31303437392e6a70673f773d32303030)

Sasscription (SAAS Subscription)
================================

[](#sasscription-saas-subscription)

A flexible Laravel package for seamless subscription management in standalone projects and multi-tenant SAAS applications. It supports billing, subscription plans, and item consumption, offering a complete solution for managing user subscriptions.

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 11+

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

[](#installation)

You can install the package via composer:

```
composer require php-montsers/sasscription
```

The package migrations are loaded automatically, but you can still publish them with this command:

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

Usage
-----

[](#usage)

To start using it, you just have to add the given trait to your `User` model (or any entity you want to have subscriptions):

```
