laravel/cashier-paddle
Laravel Cashier Paddle adds a fluent Laravel interface for Paddle subscriptions, handling common billing boilerplate like subscription creation and management, plan swaps, quantities, pauses, cancellations, and grace periods.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| kazistm/subscriptions | 0.84 | Flexible Laravel subscription and plan management for SaaS apps. Create plans with features and usage limits, manage subscription lifecycles, track consumption via subscription usage, and extend/override models as needed. Built on laravelcm/laravel-subscriptions. | 2 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| veeqtoh/cashier-paystack | 0.84 | — | 6 | 6 | 0 | 6 | 1 | 16.1 | 4.2 | MIT | 3 months ago | |
| maartenpaauw/filament-cashier-billing-provider | 0.83 | — | 103 | 103 | 14 | 3K | 0 | 27.0 | 24.7 | MIT | 2 weeks ago | |
| laravel/cashier-braintree | 0.82 | Laravel Cashier driver for Braintree: a simple subscription billing integration for Laravel apps. Manage customers, plans, subscriptions, coupons/discounts, and webhooks with an expressive API built on top of the Braintree PHP SDK. | 163 | 167 | 135 | 75 | 0 | 3.2 | 1.6 | MIT | 7 years ago | |
| dvelopment/fastbill | 0.82 | Laravel package to work with the FastBill API. Provides a simple PHP client and helpers for integrating FastBill features into your app, handling authentication and common requests with a straightforward interface. | 3 | 3 | 6 | 0 | 0 | 0.2 | — | MIT | — | |
| laravel/cashier | 0.82 | Laravel Cashier adds a fluent Stripe subscription billing layer to Laravel. Manage plans, trials, coupons, quantities, swaps, cancellations with grace periods, and invoicing, including PDF invoice generation, with minimal boilerplate. | 2,530 | 2,560 | 737 | 1M | 19 | 63.3 | 51.8 | MIT | 1 month ago | |
| moffhub/billing | 0.82 | — | 0 | 0 | 1 | 291 | 0 | 17.3 | 39.0 | — | 2 months ago | |
| laravel/cashier-mollie | 0.82 | Laravel Cashier integration for Mollie payments and subscriptions. This repository has moved to mollie/laravel-cashier-mollie (v1 and v2 continued) and will be closed Feb 1, 2022. Docs: cashiermollie.com. | 368 | 385 | 62 | 139 | 25 | 10.1 | 7.0 | MIT | 5 years ago | |
| emeroid/laravel-billing-core | 0.81 | Driver-based, multi-gateway billing for Laravel with a fluent API for one-time payments and subscriptions. Supports Paystack and PayPal, plan swapping, grace-period cancellation, dunning via webhooks, events, and a Billable trait for your User model. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| plisio/plisio-sdk-laravel | 0.80 | Laravel SDK for Plisio crypto payments. Install via Composer, publish config, set your API key, then create invoices and query shop info, balances, and enabled cryptocurrencies with simple Payment gateway calls. | 5 | 5 | 0 | 291 | 0 | 0.3 | 23.6 | — | 3 years ago | |
| cdma-numiscorner/paypal-bundle | 0.80 | — | 0 | 0 | 0 | 11 | 0 | 3.0 | 14.9 | — | 1 year ago | |
| graystackit/laravel-mollie-billing | 0.80 | Batteries-included Mollie billing for Laravel with VAT/OSS compliance, VIES validation, wallet-based metered billing, coupons, trials, scheduled plan changes, webhooks/mandates, admin panel, and a Livewire 4 customer portal—built around a Billable contract. | 1 | 1 | 0 | 87 | 0 | 20.7 | 26.7 | MIT | 1 week ago | |
| advancingu/stripe-subscription-bundle | 0.80 | Laravel bundle for managing Stripe subscriptions and billing flows. Provides helpers for plans, customers, trials, cancellations, and webhook handling, aiming to simplify common subscription tasks and integrate Stripe into your app with minimal setup. | 3 | 3 | 2 | 0 | 0 | 0.0 | — | MIT | — | |
| spatie/laravel-navigation | 0.72 | Define a navigation tree for Laravel apps and reuse it to build menus, breadcrumbs, and other nav UI. Manage sections, nested items, and active state in PHP, register navigation via service providers/container events, and render however you like. | 577 | 580 | 32 | 41K | 0 | 5.6 | 25.7 | MIT | 1 year ago | |
| spatie/laravel-paginateroute | 0.71 | Adds a Laravel route macro to paginate via clean, translatable URLs like /news/page/2 instead of ?page=2. Includes a paginate route method and facade for generating pagination links. Note: this package is abandoned/unsupported—fork if needed. | 304 | 316 | 57 | 1K | 0 | 4.8 | 6.2 | MIT | 7 years ago | |
| spatie/activitylog | 0.71 | Laravel 5 user activity logging package by Spatie: records actions to a database table and optionally to Laravel’s log handler, with migration and facade support. Abandoned since 2016-06-28; use spatie/laravel-activitylog instead. | 582 | 596 | 74 | 155 | 0 | 5.0 | 1.0 | MIT | 9 years ago | |
| spatie/menu | 0.70 | Fluent, extensible menu builder for Laravel. Compose navigation with a clean API, render as HTML, and customize output via presenters and macros. Supports active state handling, links, submenus, and easy integration with Blade and your app’s routing. | 759 | 768 | 102 | 44K | 0 | 16.3 | 24.6 | MIT | 11 months ago | |
| onramplab/laravel-auditing-log | 0.70 | — | 1 | 1 | 0 | 125 | 0 | 0.9 | 24.9 | MIT | 3 years ago | |
| spatie/laravel-dashboard | 0.70 | Build beautiful, Livewire-powered dashboards in Laravel. Provides base CSS, dashboard and tile view components, and a Tile model to persist fetched data so tiles can update themselves via polling. | 571 | 573 | 73 | 5K | 0 | 31.0 | 14.4 | MIT | 2 months ago | |
| spatie/laravel-activitylog | 0.70 | Log user and model activity in Laravel with an easy API. Manually record actions or automatically log Eloquent events, attach subjects/causers and custom properties, and query everything via the Activity model stored in the activity_log table. | 5,843 | 5,903 | 745 | 2M | 0 | 67.0 | 41.0 | MIT | 2 months ago |
How can I help you explore Laravel packages today?