This Bundle integrate the Pimpay API Wrapper into your Symfony Project.
$ composer require vragovr/pimpay-bunle "dev-master"
public function registerBundles()
{
$bundles = [
// ...
new PimpayBundle\PimpayBundle(),
];
}
pimpay:
token: "your_token"
path_key: "your_path_to_private_key"
passphrase: "your_passphrase"
hash: "SHA256"