DEV Community

Emmanuel Saleem
Emmanuel Saleem

Posted on

๐Ÿš€ Introducing Laravel Stripe Manager โ€“ Manage Stripe Customers, Products & Subscriptions Easily in Laravel

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)