melk/mangopay
最新稳定版本:1.0.0
Composer 安装命令:
composer require melk/mangopay
包简介
README 文档
README
Symgony bundle which adapts Mangopay php API.
#Installation Just add this line to composer:
"melk/mangopay" : "dev-master"
Then add bundle to your AppKernel.php file:
new Melk\MangopayBundle\MelkMangopayBundle(),
#Configuration
Create account on mangopay and add next information to your config.yml:
#app/config/config.yml
melk_mangopay:
client_id: your client id
password: your passphrase
sandbox: true (default) or false
To turn off sandbox mode just set sandbox parameter in the config file to false
统计信息
- 总下载量: 124
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-16