stev/btipay-bundle

Symfony 6/7 Bundle for BT IPay of Banca Transilvania

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

v03.2 2024-09-16 11:40 UTC

This package is auto-updated.

Last update: 2024-09-16 13:27:03 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