Installation
Add Subscribd to your Laravel app with Composer and run the installer.
Quick Start
Create your first subscription in under 5 minutes.
Pricing Models
Flat-rate, per-seat, tiered, and metered usage billing explained.
API Reference
Full reference for the Subscribd facade, actions, and events.
Get up and running
Install the package
Add the private repository and require the package with Composer, then run the installer.
Make a model billable
Implement the
Billable contract and use the ManagesBilling trait on your User or Team model.Key features
Multiple Gateways
Switch between Stripe, PayPal, and Braintree — or build your own driver.
Entitlements
Gate features and enforce limits based on a subscriber’s active plan.
UI Components
Drop-in Livewire and Blade components for plan selection, checkout, and invoices.
Webhooks
Idempotent webhook processing with built-in replay support.
Coupons & Discounts
Create percentage and fixed-amount coupons and apply them to subscriptions.
Dunning
Automatic failed-payment retry with configurable retry schedules.