stev / btipay-bundle
Symfony 6/7 Bundle for BT IPay of Banca Transilvania
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2
- stev/btipay: ^1.4
- symfony/framework-bundle: 6.*|7.*
This package is auto-updated.
Last update: 2024-10-16 13:36:38 UTC
README
Symfony 6/7 Bundle for BT IPay of Banca Transilvania
install
composer require stev/btipay-bundle
#configuration Add the following configuration to config.yml
stev_bti_pay:
username: 'test'
password: 'test'
isTest: true
#usage In a controller you can get the BTIPayClient from the container as by injecting class Stev\BTIPay
#Code samples For examples check https://github.com/stevro/btipay