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

This package is not auto-updated.

Last update: 2021-06-12 00:57:59 UTC


README

StyleCI Build Status Total Downloads Latest Stable Version License

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.