b3it / gnucash-eloquent
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel Eloquent models for the GnuCash MySQL backend.
0.1.5
2016-01-25 14:37 UTC
Requires
- illuminate/database: ^5.1
- illuminate/support: ^5.1
- nesbot/carbon: ^1.21
Requires (Dev)
- phpunit/phpunit: ^4.8|^5.1
This package is not auto-updated.
Last update: 2021-06-12 00:57:59 UTC
README
Laravel Eloquent Models for the GnuCash MySQL Backend
This package provides a number of abstract models representing the following GnuCash entities:
- Account
- Commodity
- Lock
- Split
- Transaction
Documentation on how to use these classes to follow soon.