stev/btipay-bundle

Symfony 2 Bundle for BT IPay of Banca Transilvania

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.2 2024-03-31 13:57 UTC

This package is auto-updated.

Last update: 2024-03-31 14:00:36 UTC


README

Symfony 2 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:


/** @var BTIPayClient $btiPay */ 
$btiPay = $this->get('stev_btipay.client');

#Code samples For examples check https://github.com/stevro/btipay