vragovr / pimpay-bundle
Pimpay API Bundle
Installs: 1 647
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=7.0.0
- ext-dom: *
- ext-soap: *
- ext-zlib: *
- symfony/config: ^3.3
- symfony/dependency-injection: ^3.3
- symfony/http-kernel: ^3.3
Requires (Dev)
- phpunit/phpunit: 6.0.*
This package is auto-updated.
Last update: 2025-04-18 04:04:25 UTC
README
This Bundle integrate the Pimpay API Wrapper into your Symfony Project.
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"