Search by

muh / accounting

muhaned85

yii2 lib use double entry system

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

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

This package is auto-updated.

Last update: 2026-06-18 17:37:00 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(); ?>```