PHPackages                             epmnzava/income-expense - 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. epmnzava/income-expense

ActiveLibrary

epmnzava/income-expense
=======================

A laravel lib that gets you started with basic accounting ( income and expense )

1.2.0(4y ago)21.2kMITPHPPHP ^7.1|^7.2|^7.3|^7.4|^8.0

Since Mar 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dbrax/income-expense)[ Packagist](https://packagist.org/packages/epmnzava/income-expense)[ Docs](https://github.com/dbrax/income-expense)[ RSS](/packages/epmnzava-income-expense/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (22)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ca7b374097c46c77240ca8ddca0f7f81c92f5b4e61b4fc47047d8556ad109589/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65706d6e7a6176612f696e636f6d652d657870656e73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/income-expense)

[![Quality Score](https://camo.githubusercontent.com/f4fdcd9694a00c4a05b9b632652986595c2d379447cdf1d404f38ae335ca7dcd/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f64627261782f696e636f6d652d657870656e73652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/dbrax/income-expense)[![Total Downloads](https://camo.githubusercontent.com/71633f91a7a90eca2d0b7efd2c358d42e7d4119d5cd41c9c2ddf964bf5a0a69d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65706d6e7a6176612f696e636f6d652d657870656e73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/income-expense)

This package is basically a component or a module to give you an overall skeleton so as you can build your next accounting software.It draws all necessary tables , relationship and queiries to get you easily started with an accounting basics it also helps you add accouting functionalities to your currenct laravel software.

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

[](#installation)

- Laravel Version: ˆ7.2 ==&gt; ^9.0
- PHP Version: ^7.1|^7.2|^7.3|^7.4|^8.0

You can install the package via composer:

```
composer require epmnzava/income-expense
```

Update your config (for Laravel 5.4 and below)
==============================================

[](#update-your-config-for-laravel-54-and-below)

Add the service provider to the providers array in config/app.php:

```
Epmnzava\IncomeExpense\IncomeExpenseServiceProvider::class,

```

Add the facade to the aliases array in config/app.php:

```
'IncomeExpense'=>Epmnzava\IncomeExpense\IncomeExpenseFacade::class,

```

Publish the package configuration (for Laravel 5.4 and below)
=============================================================

[](#publish-the-package-configuration-for-laravel-54-and-below)

Publish the configuration file and migrations by running the provided console command:

```
php artisan vendor:publish --provider="Epmnzava\IncomeExpense\IncomeExpenseServiceProvider"

```

### Environmental Variables

[](#environmental-variables)

INCOME\_CURRENCY `Provide your desired currency `

INCOME\_SEND\_MAIL `Provice 1 if you want to be sending email notifications and 0 if you dont`

Usage
-----

[](#usage)

```
// coming soon
```

### Testing

[](#testing)

```
composer test
```

### USED IN

[](#used-in)

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Emmanuel Mnzava](https://github.com/dbrax)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~17 days

Recently: every ~83 days

Total

21

Last Release

1546d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8592847?v=4)[Emmanuel Paul Mnzava](/maintainers/dbrax)[@dbrax](https://github.com/dbrax)

---

Top Contributors

[![dbrax](https://avatars.githubusercontent.com/u/8592847?v=4)](https://github.com/dbrax "dbrax (50 commits)")

---

Tags

expensesexpenses-managerincomeincome-and-expensesincome-taxepmnzavaincome-expense

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/epmnzava-income-expense/health.svg)

```
[![Health](https://phpackages.com/badges/epmnzava-income-expense/health.svg)](https://phpackages.com/packages/epmnzava-income-expense)
```

PHPackages © 2026

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