Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
LolautruchePaylineBundle | eZ Ecosystem | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Integrates Payline payment solution with Symfony.
You will of course need a valid Payline account.
Mandatory elements from you Payline account are:
Symfony 2.7.10+ / 3.0.3+
This bundle is available on Packagist.
You can install it using Composer.
composer require lolautruche/payline-bundle
Then add it to your application:
// app/AppKernel.php
public function registerBundles()
{
$bundles = [
// ...
new Lolautruche\PaylineBundle\LolautruchePaylineBundle,
// ...
];
}
Add the routes to your routing.yml:
LolautruchePaylineBundle:
resource: "@LolautruchePaylineBundle/Resources/config/routing.yml"
prefix: /
See Resources/doc/