2017 © Pedro Peláez
 

symfony-bundle payzen-bundle

Payment gateway for Payzen

image

ioni/payzen-bundle

Payment gateway for Payzen

  • Thursday, October 19, 2017
  • by Ioni
  • Repository
  • 2 Watchers
  • 2 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Under active development

Installation

Step 1: Download the Bundle

Using composer cli:, (*1)

$ composer require ioni/payzen-bundle "dev-master"

Step 2: Enable the Bundle

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(),
        );
        // ...
    }
    // ...
}

TODO

  • vads_action_mode : SILENT and IFRAME
  • Payzen Web Services
  • vads_page_action : REGISTER*, SUBSCRIBE...
  • vads_url_check_src : BO, BATCH_AUTO, REC, MERCH_BO
  • vads_operation_type : CREDIT
  • vads_payment_config : MULTI

The Versions

19/10 2017

dev-master

9999999-dev

Payment gateway for Payzen

  Sources   Download

MIT

The Requires

 

by Thomas Talbot