Stripe Payment Module for LiBilling
  • PHP 94.5%
  • Blade 5.5%
Find a file
2026-07-08 21:09:39 +00:00
config initial commit 2026-07-08 21:09:39 +00:00
resources initial commit 2026-07-08 21:09:39 +00:00
routes initial commit 2026-07-08 21:09:39 +00:00
src initial commit 2026-07-08 21:09:39 +00:00
.gitattributes initial commit 2026-07-08 21:09:39 +00:00
.gitignore initial commit 2026-07-08 21:09:39 +00:00
CHANGELOG.md initial commit 2026-07-08 21:09:39 +00:00
composer.json initial commit 2026-07-08 21:09:39 +00:00
CONTRIBUTING.md initial commit 2026-07-08 21:09:39 +00:00
LICENSE.md initial commit 2026-07-08 21:09:39 +00:00
README.md initial commit 2026-07-08 21:09:39 +00:00

LiBilling Stripe Payment Gateway Module

A LiBilling payment gateway module for Stripe. Provides credit card management, subscription billing, one-time charges, refunds, and Stripe Checkout through Laravel Cashier.

Features

  • Subscription Billing: Recurring charges via Stripe subscriptions
  • One-Time Charges: Single payment processing
  • Refunds: Full and partial refund support
  • Stripe Checkout: Hosted checkout sessions
  • Webhooks: Stripe webhook event processing
  • Card Management: Customer card add, remove, and default management

Installation

This package is loaded as a local Composer path repository. No separate installation is needed when developing within the LiBilling monorepo.

For standalone installation:

composer require libilling/libilling-stripe

Configuration

Stripe is configured through Laravel Cashier's standard environment variables:

STRIPE_KEY=pk_test_xxxxx
STRIPE_SECRET=sk_test_xxxxx
STRIPE_WEBHOOK_SECRET=whsec_xxxxx

Publish the package config if you need additional options:

php artisan vendor:publish --tag=libilling-stripe

Capabilities

Declared via supports() using GatewayCapability constants:

  • charge: One-time credit card charges
  • refund: Full and partial refunds
  • subscription: Recurring billing via Stripe subscriptions
  • checkout: Stripe Checkout sessions
  • webhooks: Stripe webhook event processing
  • card_management: Customer card add/remove/default management

Dependencies

  • laravel/cashier: Laravel Cashier for Stripe
  • lithiumhosting/laravel-stripe-billing: Extended Stripe billing utilities

Testing

vendor/bin/sail artisan test --filter=ModuleSystemTest

License

LiBilling is (C) Lithium Holdings, LLC. All components except for third-party modules and select packages with their own license are licensed under a Commercial License. Contact licensing@lithiumholdings.com for licensing enquiries. Any dissemination of material herein is prohibited without expressed written consent of Lithium Holdings.

This package, libilling-stripe is licensed under The MIT License (MIT). Please see License File for more information.

Is it any good?

Yes.

When people first hear about a new product, they frequently ask if it is any good. A Hacker News user remarked:

Note to self: Starting immediately, all raganwald projects will have a "Is it any good?" section in the readme, and the answer shall be "yes.".