symfony-bundle epay-bundle
A Symfony2 bundle for working with the epay.bg payment gateway.
wucdbm/epay-bundle
A Symfony2 bundle for working with the epay.bg payment gateway.
- Friday, August 25, 2017
- by wucdbm
- Repository
- 1 Watchers
- 1 Stars
- 19 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 7 Versions
- 0 % Grown
WucdbmEpayBundle
Usage, (*1)
- Register a service that extends the
Wucdbm\Component\Epay\Client\ClientOptions
class
- Register a service that implements the
Wucdbm\Component\Epay\Client\PaymentHandlerInterface
interface
- in your config.yml add:
wucdbm_epay:
client_options: "YourOptionsServiceId"
client_handler: "YourHandlerServiceId"
- Add a
new Wucdbm\Bundle\EpayBundle\WucdbmEpayBundle(),
line to your AppKernel >> A F T E R << the bundle that registers the mandatory services
- Optionally, override the
wucdbm_epay.receive_url
parameter (defaults to receive
)
- Mouting the
@WucdbmEpayBundle/Resources/config/routing.yml
file in your routing.yml
wucdbm_epay:
resource: "@WucdbmEpayBundle/Resources/config/routing.yml"
prefix: /payments/epay
- The receive address will now be
/payments/epay/%wucdbm_epay.receive_url%
- /payments/epay/receive
by default. This gives you the full flexibility to alter the URL at which you receive the payments.
- Use the
app/console wucdbm_epay:get_receive_path
command to make sure you have the correct receive path
- Go to epay.bg and contact their support asking them to set your correct receive URL
dev-master
9999999-dev
A Symfony2 bundle for working with the epay.bg payment gateway.
Sources
Download
GPL-2.0
The Requires
by
Martin Kirilov
symfony2
menu
menu builder
builder
wucdbm
v1.0.2
1.0.2.0
A Symfony2 bundle for working with the epay.bg payment gateway.
Sources
Download
GPL-2.0
The Requires
by
Martin Kirilov
symfony2
menu
menu builder
builder
wucdbm
v1.0.1
1.0.1.0
A Symfony2 bundle for working with the epay.bg payment gateway.
Sources
Download
GPL-2.0
The Requires
by
Martin Kirilov
symfony2
menu
menu builder
builder
wucdbm
v1.0.0
1.0.0.0
A Symfony2 bundle for working with the epay.bg payment gateway.
Sources
Download
GPL-2.0
The Requires
by
Martin Kirilov
symfony2
menu
menu builder
builder
wucdbm
v0.1.2
0.1.2.0
A Symfony2 bundle for working with the epay.bg payment gateway.
Sources
Download
GPL-2.0
The Requires
by
Martin Kirilov
symfony2
menu
menu builder
builder
wucdbm
v0.1.1
0.1.1.0
A Symfony2 bundle for working with the epay.bg payment gateway.
Sources
Download
GPL-2.0
The Requires
by
Martin Kirilov
symfony2
menu
menu builder
builder
wucdbm
v0.1.0
0.1.0.0
A Symfony2 bundle for working with the epay.bg payment gateway.
Sources
Download
GPL-2.0
The Requires
by
Martin Kirilov
symfony2
menu
menu builder
builder
wucdbm