landingi / bookkeeping-bundle
Landingi Bookkeeping Library
Installs: 61 372
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
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
- dev-master
- v6.2.0
- v6.1.0
- v6.0.0
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.5.1
- v4.5.0
- v4.4.2
- v4.4.1
- v4.4.0
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.0
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.1
- v3.0.0
- v2.1.0
- v2.0.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-PLT-1843
This package is auto-updated.
Last update: 2025-08-19 06:42:17 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.