seyls / accounting
IFRS compliant accounting for laravel.
v1.0.1
2022-01-25 19:16 UTC
Requires
- php: ^7.4|^8.0
- doctrine/dbal: ^2.10|^3.1
- illuminate/auth: ^7.0|^8.40.0
- illuminate/database: ^7.0|^8.40.0
- illuminate/support: ^8.0
Requires (Dev)
- facade/ignition: ^2.3.6
- friendsofphp/php-cs-fixer: ^2.16
- fzaninotto/faker: ^1.4
- laravel/legacy-factories: ^1.1
- mockery/mockery: ^1.0
- nunomaduro/collision: ^5.0
- nunomaduro/larastan: ^0.7.12
- orchestra/testbench: ^6.0
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: *
This package is not auto-updated.
Last update: 2025-01-08 09:35:18 UTC
README
This Package enables any Laravel application to generate International Financial Reporting Standards compatible Financial Statements by providing a fully featured and configurable Double Entry accounting subsystem.
This package is just an optimized version of eloquent-ifrs by Edward Mungai
Installation
You can install the package via composer:
composer require seyls/accounting
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email hickr@me.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.