PHPackages                             bytebeez/laravel-subscription-core - 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. [Payment Processing](/categories/payments)
4. /
5. bytebeez/laravel-subscription-core

ActiveLibrary[Payment Processing](/categories/payments)

bytebeez/laravel-subscription-core
==================================

v1.0.0(2mo ago)02MITPHPPHP ^8.2

Since Feb 26Pushed 2mo agoCompare

[ Source](https://github.com/talukdaranjan/laravel-subscription-core)[ Packagist](https://packagist.org/packages/bytebeez/laravel-subscription-core)[ RSS](/packages/bytebeez-laravel-subscription-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel Subscription Core
=========================

[](#laravel-subscription-core)

A feature-based SaaS subscription engine for Laravel.

Laravel Subscription Core provides a flexible, usage-aware subscription system designed for modern multi-tenant SaaS applications. It enables you to define plans, attach feature limits, track usage, and manage subscription lifecycle without locking you into any specific billing provider.

---

🚀 Features
----------

[](#-features)

- Feature-based plan limits
- Usage tracking &amp; metering
- Trial support
- Grace period support
- Plan switching
- Subscription renewal &amp; cancellation
- Resettable usage windows (daily / monthly)
- Multi-tenant ready
- Billing provider independent (Stripe, Razorpay, etc.)

---

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require bytebeez/laravel-subscription-core
```

Laravel will automatically discover the package.

---

⚙️ Publish Assets
-----------------

[](#️-publish-assets)

Publish configuration file:

```
php artisan vendor:publish --tag=subscription-config
```

Publish migrations:

```
php artisan vendor:publish --tag=subscription-migrations
```

Run migrations:

```
php artisan migrate
```

---

🧠 Core Concepts
---------------

[](#-core-concepts)

### Plans

[](#plans)

Define pricing structure and billing cycle.

### Features

[](#features)

Attach limits or toggles to plans such as:

- Number of users
- Appointments
- API usage
- Storage
- Enabled modules

### Subscriptions

[](#subscriptions)

Assigned to an organization and linked to a plan.

### Usage Tracking

[](#usage-tracking)

Automatically records consumption of feature limits.

---

🏗️ Example Usage
----------------

[](#️-example-usage)

Check if an organization can use a feature:

```
app('subscription-core')->canUse($organization, 'appointments');
```

Record usage:

```
app('subscription-core')->record($organization, 'appointments');
```

---

🔌 Billing Ready
---------------

[](#-billing-ready)

This package does NOT enforce any payment gateway.

You can integrate:

- Stripe
- Razorpay
- PayPal
- Offline billing

without modifying core subscription logic.

---

🏢 Multi-Tenant Support
----------------------

[](#-multi-tenant-support)

The package is designed to work with organization-based SaaS systems.

You can configure your tenant model in:

```
config/subscription.php
```

---

🧩 Use Cases
-----------

[](#-use-cases)

- SaaS ERP systems
- Healthcare platforms
- Queue management apps
- AI tools
- EdTech platforms
- Marketplaces

---

🛠️ Compatibility
----------------

[](#️-compatibility)

Supports:

- Laravel 10
- Laravel 11
- Laravel 12

---

📜 License
---------

[](#-license)

MIT License

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance91

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

72d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/705798393296151059d956a6e845d72419d835f7b0caf585ec932fa07b20abc0?d=identicon)[talukdaranjan](/maintainers/talukdaranjan)

---

Top Contributors

[![talukdaranjan](https://avatars.githubusercontent.com/u/72217018?v=4)](https://github.com/talukdaranjan "talukdaranjan (3 commits)")

### Embed Badge

![Health badge](/badges/bytebeez-laravel-subscription-core/health.svg)

```
[![Health](https://phpackages.com/badges/bytebeez-laravel-subscription-core/health.svg)](https://phpackages.com/packages/bytebeez-laravel-subscription-core)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[toponepercent/baum

Baum is an implementation of the Nested Set pattern for Eloquent models.

3154.7k](/packages/toponepercent-baum)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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