2017 © Pedro Peláez
 

library placetopay-pse-pimple

PlacetoPay PSE service provider for Pimple based project

image

alejobit/placetopay-pse-pimple

PlacetoPay PSE service provider for Pimple based project

  • Monday, January 2, 2017
  • by alejobit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PlacetoPay PSE Pimple Service Provider

PlacetoPay PSE service provider for Pimple based project, (*1)

Installattion

To install this library, run the command below and you will get the latest version:, (*2)

composer require alejobit/placetopay-pse-pimple

And enable it in your application:, (*3)

use PlacetoPay\PSE\PSEServiceProvider;

$app->register(new PSEServiceProvider(), array(
    'pse.login' => '6dd490faf9cb87a9862245da41170ff2',
    'pse.tranKey' => '024h1IlD',
));

This library assumes that a service provider called cache has been defined, otherwise, it must be defined as follows:, (*4)

// using symfony/cache as caching library
use Symfony\Component\Cache\Adapter\FilesystemAdapter;

$app['cache'] = function () {
    return new FilesystemAdapter();
};

The Versions

02/01 2017

dev-master

9999999-dev

PlacetoPay PSE service provider for Pimple based project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Manuel Mendoza

02/01 2017

v0.1.1

0.1.1.0

PlacetoPay PSE service provider for Pimple based project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Manuel Mendoza

02/01 2017

v0.1.0

0.1.0.0

PlacetoPay PSE service provider for Pimple based project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Manuel Mendoza