Download the PHP package rezzza/accounting without Composer
On this page you can find all versions of the php package rezzza/accounting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rezzza/accounting
More information about rezzza/accounting
Files in rezzza/accounting
Download rezzza/accounting
More information about rezzza/accounting
Files in rezzza/accounting
Vendor rezzza
Package accounting
Short Description Accounting utilities
License MIT
Homepage https://github.com/rezzza/accounting
Package accounting
Short Description Accounting utilities
License MIT
Homepage https://github.com/rezzza/accounting
Keywords utilitiesAccounting
Please rate this library. Is it a good library?
Informations about the package accounting
Accounting

Accounting lib is your modern comp(t)anion for general accounting in PHP.
Validators
Vat
The lib provides 2 Vat validators:
- VatValidator: for all knwon Vat numbers systems.
- ViesValidator: for european Vat numbers only.
Formatters
Vat
TODO
IBAN
TODO
Operations
Pain point
Accounting operations are sometimes subjected to bugs. Why? Because they're made of sets of arithmetic computations, but if they use mathematics, it's with their own rules about rounding results, managing currencies specific number of fraction digits and so on... this is why you should use this lib ;)
Benefits
- Computations are made in the exact order you want (damn, don't compute this tax before this operation!).
- Number of fractions of each currency is respected.
- Rounding rules are applied the right way in each computation.
- Last but not least, you can develop you own sets of operations and apply them like computation templates. You just have to decorate your results after that, pretty easy ;)
Example
Same thing but with Japan Yen (0 decimal fractions currency)
Twig extension
You have to define this extension as service:
All versions of accounting with dependencies
PHP Build Version
Package Version
The package rezzza/accounting contains the following files
Loading the files please wait ....