PHPackages                             arhitov/laravel-billing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. arhitov/laravel-billing

ActiveLibrary[Payment Processing](/categories/payments)

arhitov/laravel-billing
=======================

Billing module for laravel projects

0.3.4(2y ago)6301[1 issues](https://github.com/arhitov/laravel-billing/issues)MITPHPPHP ^8.2

Since Apr 9Pushed 2y agoCompare

[ Source](https://github.com/arhitov/laravel-billing)[ Packagist](https://packagist.org/packages/arhitov/laravel-billing)[ Docs](https://github.com/arhitov/laravel-billing)[ RSS](/packages/arhitov-laravel-billing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (17)Versions (11)Used By (0)

Laravel Billing
===============

[](#laravel-billing)

[![PHP](https://camo.githubusercontent.com/5fe05c705bf034839bda7651781e4d0a9d42f4a840478ca5e343873a0361bb89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d626c75652e737667)](https://camo.githubusercontent.com/5fe05c705bf034839bda7651781e4d0a9d42f4a840478ca5e343873a0361bb89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d626c75652e737667)[![Laravel](https://camo.githubusercontent.com/864bff9eb248fe9e1e18575146399b5e7409422549e4ab9d6de219a6a83415f2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e782d626c75652e737667)](https://laravel.com/docs/10.x/)[![Latest Version on Packagist](https://camo.githubusercontent.com/3b8faf673b15c41ce40a3a2c74e98ade85a7344683c38d1edc4d07d45cda9105/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61726869746f762f6c61726176656c2d62696c6c696e672e737667)](https://packagist.org/packages/arhitov/laravel-billing)[![GitHub Actions](https://github.com/arhitov/laravel-billing/workflows/Tests/badge.svg)](https://github.com/arhitov/laravel-billing/actions)[![Total Downloads](https://camo.githubusercontent.com/89227251b6e38db59a1bc9e62736a0e08dfbf0b249fdbb91aa1dbe72298490c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61726869746f762f6c61726176656c2d62696c6c696e672e737667)](https://packagist.org/packages/arhitov/laravel-billing)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)

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

Possibilities
-------------

[](#possibilities)

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

Sponsor my work!
----------------

[](#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
----------

[](#deployment)

```
composer require arhitov/laravel-billing
```

### Preparation

[](#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.

[](#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.

[](#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
-----------

[](#masterminds)

The following repositories inspired me:

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

License
-------

[](#license)

The script is open-sourced software licensed under the [MIT license](LICENSE).

Authors
-------

[](#authors)

Alexander Arhitov

Welcome here! 🤘

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

10

Last Release

730d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fcbaa273754ee8e4b49f81bc9e7f4a79758d1f673ab5de6cc21fcf359992607d?d=identicon)[arhitov](/maintainers/arhitov)

---

Top Contributors

[![arhitov](https://avatars.githubusercontent.com/u/958882?v=4)](https://github.com/arhitov "arhitov (102 commits)")

---

Tags

laravelbillingsubscriptionsomnipaycashiercredit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arhitov-laravel-billing/health.svg)

```
[![Health](https://phpackages.com/badges/arhitov-laravel-billing/health.svg)](https://phpackages.com/packages/arhitov-laravel-billing)
```

###  Alternatives

[lemonsqueezy/laravel

A package to easily integrate your Laravel application with Lemon Squeezy.

58596.1k](/packages/lemonsqueezy-laravel)[mollie/laravel-cashier-mollie

Laravel Cashier provides an expressive, fluent interface to Mollie's subscription billing services.

172155.4k1](/packages/mollie-laravel-cashier-mollie)[mmanos/laravel-billing

A billing package for Laravel 4.

451.3k](/packages/mmanos-laravel-billing)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
