Search by

zerp / stripe

hafizmmoaz

Stripe payment gateway integration module for the Zerp ERP platform

v1.0.2 2026-07-16 13:57 UTC

This package is auto-updated.

Last update: 2026-08-27 21:23:20 UTC


README

Stripe module for the Zerp ERP platform. Stripe payment gateway integration module for the Zerp ERP platform

Requirements

  • PHP 8.2+
  • A Laravel application with package auto-discovery enabled (built for Zerp, Laravel 12)

Installation

composer require zerp/stripe

The package auto-registers via Laravel's package discovery - no manual service provider registration needed.

What it provides

  • Zerp\Stripe\Providers\StripeServiceProvider - boots this module's routes, migrations, and settings
  • Frontend pages/components under src/Resources/js

License

MIT - see LICENSE.