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)