arhitov/laravel-billing

Billing module for laravel projects

Maintainers

πŸ‘ arhitov

Package info

github.com/arhitov/laravel-billing

pkg:composer/arhitov/laravel-billing

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 1

0.3.4 2024-05-12 12:06 UTC

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT b3f69fb11c3dfaa3133fe1c2189eb285c3a6fbbc

laravelbillingcreditomnipaysubscriptionscashier

This package is auto-updated.

Last update: 2026-06-12 17:00:40 UTC


README

πŸ‘ PHP
πŸ‘ Laravel
πŸ‘ Latest Version on Packagist
πŸ‘ GitHub Actions
πŸ‘ Total Downloads
πŸ‘ Software License

Billing module for Laravel projects with support for transactions, invoicing, subscriptions, working with omnipay gateways and acquiring.

Possibilities

  • Multi-balance
  • Operations history
  • Saved credit cards
  • Subscriptions
  • Using omnipay gateway
  • Webhook controller
  • Using Omnireceipt Fiscal

Sponsor my work!

If you think this package helped you in any way, you can sponsor me! I am a free developer, so your help will be very helpful to me. 😊

Deployment

composer require arhitov/laravel-billing

Preparation

Append ServiceProvider Arhitov\LaravelBilling\Providers\PackageServiceProvider in the config/app.php file to the β€œproviders” block. Add the BillableInterface interface and the BillableTrait trait to the payment model.

Configuration setup.

Publish the configuration and make changes as needed. Will create a file "config/billing.php".

php artisan vendor:publish --tag=billing-config

Migration.

Publish the migration and make any necessary changes if necessary. For example, specify the database connection to be used. By default, the default connection is used.

Attention! Migration should only be performed after the configuration has been configured.

php artisan vendor:publish --tag=billing-migrations

Masterminds

The following repositories inspired me:

  • laravel/cashier-stripe I express my gratitude to the authors of the above repositories.

License

The script is open-sourced software licensed under the MIT license.

Authors

Alexander Arhitov clgsru@gmail.com

Welcome here! 🀘