Composer package for Laravel

Laravel Payments Kit: Composer package to integrate Stripe in Laravel.

Integrate one-time payments, subscriptions, webhooks, events, refunds and disputes without building the Stripe layer from scratch.

One-time payment or subscriptionUp to 7 Laravel projectsOptional priority support

What it is

Laravel Payments Kit is a ready payment layer for Laravel projects.

Laravel Payments Kit is a private Composer package for Laravel that integrates Stripe Checkout, one-time payments, subscriptions, signed webhooks, Laravel events, refunds, disputes and production testing. It is built for teams that want to sell faster without building the whole payment layer from scratch. The app installs the package, configures Stripe keys, creates plans or prices, redirects to secure checkout and confirms access through webhooks, not the success_url. The package reduces repetitive work and leaves business logic in listeners, jobs or actions owned by the application.

NeedFrom scratchLaravel Payments Kit
CheckoutCreate sessions, redirects and price data.Ready methods for plans, orders and secure checkout.
WebhooksValidate signatures, store events and handle idempotency manually.Signed endpoint, persisted events and Laravel events.
SubscriptionsSynchronize invoices, statuses and renewals.Recurring checkout and webhook synchronization.
OperationsBuild tests, refunds, disputes and launch checklists.Guides for testing, production, refunds and disputes.

What it saves

Less time fighting Stripe. More time selling.

Payments without starting from scratch

Checkout, products, prices and customers ready to connect to your app.

Events for your logic

Signed webhooks and Laravel events to react to payments, subscriptions and refunds.

Real production cases

Disputes, fraud alerts, testing and a launch checklist so you ship with more control.

Plans

Buy Laravel Payments Kit or keep it with priority support.

The one-time payment covers one project. Subscriptions add priority support, priority updates and more allowed projects.

Complete

Laravel Payments Kit Complete

Composer package for Laravel with the full Stripe integration ready for purchases, subscriptions, webhooks, events, refunds and disputes.

MX$2,999.00one-time payment

Up to 1 Laravel projects

  • Private Composer package for Laravel
  • Checkout for one-time payments
  • Webhooks, events, refunds and disputes
  • 1 Laravel project
  • 1 year of updates
Monthly

Laravel Payments Kit Priority Monthly

Monthly Laravel Payments Kit subscription with priority support, priority updates and use in up to 3 Laravel projects.

MX$500.00per month

Up to 3 Laravel projects

  • Private Composer package for Laravel
  • Priority support
  • Priority updates
  • Up to 3 Laravel projects
  • Automatic monthly renewal
Annual

Laravel Payments Kit Priority Annual

Annual Laravel Payments Kit subscription with priority support, priority updates and use in up to 7 Laravel projects.

MX$7,000.00per year

Up to 7 Laravel projects

  • Private Composer package for Laravel
  • Priority support
  • Priority updates
  • Up to 7 Laravel projects
  • Automatic annual renewal

Questions before choosing

We help you decide based on license, support and number of projects.

View customer portal

Quick answers

What matters before buying.

Read documentation
What exactly am I buying?

A Composer package for Laravel with the Stripe layer already implemented: payments, subscriptions, webhooks, events, refunds and disputes.

Does it include support?

The one-time payment includes 30 days of questions. Subscriptions include priority support while they are active.

Where can I see the technical details?

The documentation includes installation, configuration, listeners, available methods and a production checklist.

Does the success_url confirm the payment?

No. The success_url only confirms that the user returned from Stripe Checkout. Access must be confirmed with signed webhooks.