PHPackages                             mrthito/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. mrthito/laravel-billing

ActiveLibrary[Payment Processing](/categories/payments)

mrthito/laravel-billing
=======================

This is my package laravel-billing

20[6 PRs](https://github.com/mrthito/laravel-billing/pulls)PHPCI passing

Since Oct 22Pushed 1mo ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (11)Used By (0)

[![Banner](https://camo.githubusercontent.com/7d198ced588a6a48461e6c693cb8004d5122a028af2b7800da85c7d066565238/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c25323042696c6c696e672e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6d72746869746f2532466c61726176656c2d62696c6c696e67267061747465726e3d746963546163546f65267374796c653d7374796c655f31266465736372697074696f6e3d416476616e6365642b42696c6c696e672b506f7274616c2b666f722b4c61726176656c266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313235707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/7d198ced588a6a48461e6c693cb8004d5122a028af2b7800da85c7d066565238/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c25323042696c6c696e672e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6d72746869746f2532466c61726176656c2d62696c6c696e67267061747465726e3d746963546163546f65267374796c653d7374796c655f31266465736372697074696f6e3d416476616e6365642b42696c6c696e672b506f7274616c2b666f722b4c61726176656c266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313235707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

Advanced Billing Portal for Laravel
===================================

[](#advanced-billing-portal-for-laravel)

Warning

This package is currently under development and not recommended to use this package under any curcumstances. Many of the features may change in the future or will be removed. If you want to contribute to this package, you can fork this repository and make a pull request.

[![Latest Version on Packagist](https://camo.githubusercontent.com/e543b198267bdc02f3d666d87aed4b3e3d78495d6ffb65ba50d64695aa7e6f0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d72746869746f2f6c61726176656c2d62696c6c696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mrthito/laravel-billing)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e8c225f009b50a5b3e49dc0ceb07b6b598de47ce920612a720de5446850f4a8e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d72746869746f2f6c61726176656c2d62696c6c696e672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mrthito/laravel-billing/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ecb6a51c3468a49a5053f1b3cb97969862c5fc028329d6f9306dc9022f491f5c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d72746869746f2f6c61726176656c2d62696c6c696e672f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/mrthito/laravel-billing/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/275ea8a191141e658b2ea9a66c58cf0450a8a7b0ed68c4ff969c36e570249cd0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d72746869746f2f6c61726176656c2d62696c6c696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mrthito/laravel-billing)

Laravel Billing is a package that provides a billing portal for your Laravel application. It provides a simple and easy to use interface for managing your billing and subscription. Currently, this package is under development and not recommended to use in any environment.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mrthito/laravel-billing
```

You can install the package scaffolding using the following command:

```
php artisan install:laravel-billing
```

This command will publish the migration files and run the migration. You can also run the migration manually using the following command:

```
php artisan migrate
```

Usage
-----

[](#usage)

```
use MrThito\LaravelBilling\Traits\UseBilling;
class User extends Authenticatable
{
    use UseBilling;
    // ...

}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Prashant Rijal](https://github.com/mrthito)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance59

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.1% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/73e18bf44d32db8cbecb0b5d40a21d946592b207fd3a3d17db57887c8b2148e0?d=identicon)[mrthito](/maintainers/mrthito)

---

Top Contributors

[![mrthito](https://avatars.githubusercontent.com/u/49310993?v=4)](https://github.com/mrthito "mrthito (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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