landingi / bookkeeping-bundle
Landingi Bookkeeping Library
Installs: 52 932
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- ext-simplexml: *
- dragonbe/vies: 2.2.0
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: 2025-02-24 13:11:59 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.