muh/accounting

yii2 lib use double entry system

dev-main 2025-02-18 14:53 UTC

This package is auto-updated.

Last update: 2025-06-18 15:26:32 UTC


README

yii2 lib use double entry system

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist muh/accounting "*"

or add

"muh/accounting": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \muh\accounting\AutoloadExample::widget(); ?>```