landingi/bookkeeping-bundle

Landingi Bookkeeping 库

v5.0.1 2024-06-24 11:20 UTC

README

Build Status Latest Stable Version Total Downloads License

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 文档。

开发

附加