Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 978 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 978 Bytes

gnucash-eloquent

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.