vrangovr/pimpay-bundle

Pimpay API Bundle

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

This package is auto-updated.

Last update: 2024-09-18 02:44:23 UTC


README

此包将Pimpay API 包装器集成到您的 Symfony 项目中。

Build Status Scrutinizer Code Quality Code Climate

安装

1: 下载

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

2: 启用

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

3: 配置

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