stev / btipay-bundle
Banca Transilvania 的 BT IPay 的 Symfony 6/7 Bundle
v03.2
2024-09-16 11:40 UTC
Requires
- php: >=7.2
- stev/btipay: ^1.4
- symfony/framework-bundle: 6.*|7.*
This package is auto-updated.
Last update: 2024-09-16 13:27:03 UTC
README
Banca Transilvania 的 BT IPay 的 Symfony 6/7 Bundle
安装
composer require stev/btipay-bundle
#配置 在 config.yml 中添加以下配置
stev_bti_pay:
username: 'test'
password: 'test'
isTest: true
#使用 在控制器中,您可以像注入类 Stev\BTIPay 一样从容器中获取 BTIPayClient
#代码示例 查看示例,请访问 https://github.com/stevro/btipay