Skip to content

Data types for working with bookkeeping data

Notifications You must be signed in to change notification settings

apikck/accounting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ledgr/accounting Build Status Dependency Status Code Coverage

Classes for working with bookkeeping data. Specifically transaction data can be read and written in the SIE format. Accounting templates from the VISMA series of accounting software is also supported.

Installation using composer

Simply add ledgr/accounting to your list of required libraries.

Run tests using phpunit

To run the tests you must first install dependencies using composer.

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
$ phpunit

About

Data types for working with bookkeeping data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%