Skip to content

vragovR/pimpay-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PimPay Bundle

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"

About

PimPay API Bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages