vragovr/pimpay-bundle

Pimpay API Bundle

dev-master 2017-09-19 15:42 UTC

This package is auto-updated.

Last update: 2024-04-18 01:45:38 UTC


README

This Bundle integrate the Pimpay API Wrapper into your Symfony Project.

Build Status Scrutinizer Code Quality Code Climate

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"