PHPackages                             kinetixbd/acc - 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. kinetixbd/acc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kinetixbd/acc
=============

Accounting

2.0.0(5y ago)022mitBladePHP ^7.3|^8.0

Since Nov 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/thatsenam/acc)[ Packagist](https://packagist.org/packages/kinetixbd/acc)[ RSS](/packages/kinetixbd-acc/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

### Read Carefully

[](#read-carefully)

`composer require kinetixbd/acc`

Add this code in app/app.php's provider array

```
'providers' => [
 ...,
 Enam\Acc\AccountingServiceProvider::class
 ]

```

Publish the migrations, run

```
php artisan vendor:publish --provider=Enam\Acc\AccountingServiceProvider

```

run the migrations, run

```
php artisan migrate

```

Example

```
    $vno = Accounting::generateUniqueVoucher();
    Accounting::makeTransaction("c_5", Accounting::$PRODUCT_SALES, $vno, 0, 50, null, 'Ops', Carbon::today()->subDays(5));
    Accounting::makeTransaction("c_5", Accounting::$CASH_IN_HAND, $vno, 50, 0, null, 'Hahah', Carbon::today()->subDays(5));
    Accounting::makeHeadIfNotExists('Product Sales', 'Sales', 'Expense');
    Accounting::makeHeadIfNotExists('Cash In Hand', 'Cash', 'Income');

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

2

Last Release

2039d ago

Major Versions

1.0.0 → 2.0.02020-12-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22409472?v=4)[Enam](/maintainers/thatsenam)[@thatsenam](https://github.com/thatsenam)

---

Top Contributors

[![thatsenam](https://avatars.githubusercontent.com/u/22409472?v=4)](https://github.com/thatsenam "thatsenam (2 commits)")

### Embed Badge

![Health badge](/badges/kinetixbd-acc/health.svg)

```
[![Health](https://phpackages.com/badges/kinetixbd-acc/health.svg)](https://phpackages.com/packages/kinetixbd-acc)
```

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9527.8M128](/packages/livewire-flux)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[noerd/noerd

101.4k6](/packages/noerd-noerd)

PHPackages © 2026

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