landingi / bookkeeping-bundle
Landingi Bookkeeping 库
v5.0.1
2024-06-24 11:20 UTC
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: 2024-09-24 12:13:29 UTC
README
bookkeeping-bundle
使用方法
composer require landingi/bookkeeping-bundle
要使用 wFirma 实现,请配置 WfirmaClient
服务,具体为 WfirmaCredentials
类提供必要的凭证,以及为 WfirmaApiUrl
类提供 API 主机 URL(例如 https://api2.wfirma.pl
)。
v4+
从 4.0.0 版本开始,我们不再使用登录/密码凭证方案,而是切换到以下方案
- accessKey
- secretKey
- appKey
有关更多详细信息,请参阅下面的 wFirma API 文档。