Iโm excited to share a package I recently built: Laravel Stripe Manager
.
Itโs a Laravel package that helps developers manage Stripe customers, cards, products, pricing, and subscriptions directly from a simple dashboard and API.
๐น Why I Built This
Working with Stripe in Laravel usually means:
Writing a lot of custom code.
Struggling with webhooks and sync issues.
Repeating the same boilerplate (customers, products, plans, etc).
Laravel already has Cashier
, but I wanted something that goes further with:
โ
A web interface for managing Stripe resources.
โ
Local database syncing.
โ
Easier subscription lifecycle handling.
So, I built Laravel Stripe Manager. ๐
๐น Features
Manage Customers (create, update, link payment methods).
Manage Cards & Payment Methods.
Manage Products & Pricing (one-time + recurring).
Manage Subscriptions (create, cancel, resume).
Automatic Webhook Handling (sync invoices, payments, etc).
Prebuilt UI pages: /stripe-manager/customers, /stripe-manager/products, /stripe-manager/subscriptions.
Links
๐ฆ Packagist: emmanuelsaleem/laravel-stripe-manager
๐ป GitHub: es-77/laravel-stripe-managers
Top comments (0)