PHPackages                             jlorente/yii2-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jlorente/yii2-billing

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jlorente/yii2-billing
=====================

A Yii2 extension to handle the billing feature in our projects. It includes a fluent programming interface to create invoices and a visual interface to create, edit and export them in html or pdf format.

3173PHP

Since Dec 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jlorente/yii2-billing)[ Packagist](https://packagist.org/packages/jlorente/yii2-billing)[ RSS](/packages/jlorente-yii2-billing/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Billing (In development)
=============================

[](#yii2-billing-in-development)

A Yii2 extension to handle billing.

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

[](#installation)

Include the package as dependency under the composer.json file.

To install, either run

```
$ php composer.phar require jlorente/yii2-billing "*"
```

or add

```
...
    "require": {
        // ... other configurations ...
        "jlorente/yii2-billing": "*"
    }
```

to the `require` section of your `composer.json` file and run the following commands from your project directory.

```
$ composer update
```

### Migration

[](#migration)

Apply the package migration

```
$ ./yii migrate --migrationPath=@vendor/jlorente/yii2-billing/src/migrations
```

or extend this migration in your project and apply it as usually.

\###Module setup You must add this module to the module section and the bootstrap section of the application config file in order to make it work.

../your\_app/config/main.php

```
return [
    //Other configurations
    'modules' => [
        //Other modules
        'billing' => 'jlorente\billing\Module'
    ],
    'bootstrap' => [
        //Other bootstrapped modules
        , 'billing'
    ]
]
```

Usage
-----

[](#usage)

In development...

License
-------

[](#license)

Copyright © 2017 José Lorente Martín .

Licensed under the MIT license. See LICENSE.txt for details.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![jlorente](https://avatars.githubusercontent.com/u/301741?v=4)](https://github.com/jlorente "jlorente (5 commits)")

### Embed Badge

![Health badge](/badges/jlorente-yii2-billing/health.svg)

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

###  Alternatives

[wdev-rs/laravel-analytics

Collect page view data in your application without third party tracking

151.2k](/packages/wdev-rs-laravel-analytics)

PHPackages © 2026

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