19/10
2017
dev-master
9999999-devPayment gateway for Payzen
MIT
The Requires
by Thomas Talbot
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