Download the PHP package centrex/laravel-accounting without Composer
On this page you can find all versions of the php package centrex/laravel-accounting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download centrex/laravel-accounting
More information about centrex/laravel-accounting
Files in centrex/laravel-accounting
Package laravel-accounting
Short Description Manage accounts in laravel
License MIT
Homepage https://github.com/centrex/laravel-accounting
Informations about the package laravel-accounting
Manage accounts in laravel
This package to provide a simple drop-in trait to manage accruing balances for a given model. It can also be used to create double entry based projects where you would want to credit one journal and debit another.
Contents
- Installation
- Usage
- Testing
- Changelog
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can optionally publish the config file with:
Usage
// Standard equation of accounting system
Dividend + Expenses + Asset | Liabilities + Owner's Equity + Revenue |
---|---|
Dividend | Liabilities |
Expense | Owner's Equity |
Asset | Revenue |
// Standard accounting statements
Testing
๐งน Keep a modern codebase with Pint:
โ Run refactors using Rector
โ๏ธ Run static analysis using PHPStan:
โ Run unit tests using PEST
๐ Run the entire test suite:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- centrex
- All Contributors
- scottlaurent/accounting
- consilience/accounting
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-accounting with dependencies
illuminate/database Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
moneyphp/money Version ^4.0