19/10
2017
dev-master
9999999-devPayment gateway for Payzen
MIT
The Requires
by Thomas Talbot
Wallogit.com
2017 © Pedro Peláez
Payment gateway for Payzen
Using composer cli:, (*1)
$ composer require ioni/payzen-bundle "dev-master"
Enable the bundle in the AppKernel file:, (*2)
<?php
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Ioni\PayzenBundle\IoniPayzenBundle(),
);
// ...
}
// ...
}
Payment gateway for Payzen
MIT