2017 © Pedro Peláez
 

library pimpay-bundle

Pimpay API Bundle

image

vragovr/pimpay-bundle

Pimpay API Bundle

  • Tuesday, September 19, 2017
  • by vragovR
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1,646 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PimPay Bundle

This Bundle integrate the Pimpay API Wrapper into your Symfony Project., (*1)

Build Status Scrutinizer Code Quality Code Climate, (*2)

Installation

1: Download

$ composer require vragovr/pimpay-bunle "dev-master"

2: Enable

public function registerBundles()
{
    $bundles = [
        // ...
        new PimpayBundle\PimpayBundle(),
    ];
}

3: Configure

pimpay:
  token: "your_token"
  path_key: "your_path_to_private_key"
  passphrase: "your_passphrase"
  hash: "SHA256"

The Versions

19/09 2017

dev-master

9999999-dev

Pimpay API Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Vragov

api bundle symfony pimpay