hostbox/api-payu-nette-bridge
Composer 安装命令:
composer require hostbox/api-payu-nette-bridge
包简介
Nette bridge for PayU API
README 文档
README
Package Installation
The best way to install Social Plugins is using Composer:
$ composer require hostbox/api-payu-nette-bridge
or manual edit composer.json in your project
"require": { "hostbox/api-payu-nette-bridge": "~1.1.0" }
Bridge Installation
Registration
extensions:
payu: HostBox\Bridge\PayU\Extension
Configuration: Single POS
Autowire and inject is ON
payu:
posId: '123456789'
posAuthKey: 'qwertyuiop'
key1: 'asdfghjkl'
key2: 'zxcvbnm'
services:
- MyFirstService
- MySecondService(@payu.default) #manual inject
Configuration: Multi POS
Autowire and inject is OFF
payu:
firstPOS:
posId: '123456789'
posAuthKey: 'qwertyuiop'
key1: 'asdfghjkl'
key2: 'zxcvbnm'
secondPOS:
posId: '987654321'
posAuthKey: 'poiuytrewq'
key1: 'lkjhgfdsa'
key2: 'mnbvcxz'
encoding: 'ISO'
format: 'txt'
services:
- MyFirstService(@payu.firstPOS)
- MySecondService(@payu.secondPOS)
统计信息
- 总下载量: 7.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-23