LolautruchePaylineBundle

UNIX name Owner Status
LolautruchePaylineBundle eZ Ecosystem stable
Version Compatible with
N/A N/A
Symfony integration for Payline payment system

LolautruchePaylineBundle

Integrates Payline payment solution with Symfony.

Features

  • Service integration and simple semantic configuration
  • Simplified API for web payments
  • Automatically validates web payments
  • Extensibility using events

Prerequisites

Payline account

You will of course need a valid Payline account.

Mandatory elements from you Payline account are:

  • Merchant ID
  • Access key, which you can generate in Payline admin
  • Contract number, related to the means of payment you configured in Payline admin

PHP

Symfony

Symfony 2.7.10+ / 3.0.3+

Installation

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: /

Documentation

See Resources/doc/

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.