landingi / bookkeeping-bundle
Landingi Bookkeeping Library
v6.6.0
2026-03-11 06:39 UTC
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- ext-simplexml: *
- dragonbe/vies: ^2.3.2
Requires (Dev)
- landingi/php-coding-standards: 1.0.14
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^5.3
This package is auto-updated.
Last update: 2026-06-15 09:45:31 UTC
README
bookkeeping-bundle
How to use
composer require landingi/bookkeeping-bundle
To use the wFirma implementation, configure the WfirmaClient service, specifically provide the necessary credentials
for the WfirmaCredentials class as well as the API host URL (for example https://api2.wfirma.pl) for the WfirmaApiUrl class.
v4+
Starting with version 4.0.0 we no longer use a login/password credential schema, and instead we switched to the following:
- accessKey
- secretKey
- appKey
See the wFirma API documentation below for more details.