b3it / gnucash-eloquent
Laravel Eloquent models for the GnuCash MySQL backend.
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/b3it/gnucash-eloquent
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.