apruve/apruve-php
最新稳定版本:v1.4.1
Composer 安装命令:
composer require apruve/apruve-php
包简介
Apruve PHP Library to support apruve.js.
README 文档
README
Innovation in the world of B2B Payments. apruve-php is a library to help integrate apruve.js into your website.
The easiest way to learn how to use this libarary is to grab a clone of our PHP Demo Store project. You can have a demo store up and running in a few minutes.
For an overview of the Apruve integration APIs, see our Developer Docs
Issues
Please use Github issues to request features or report bugs.
Installation
Composer
Add this require to your composer.json:
"require": {
"apruve/apruve-php": "~1.4.1"
}
NOTE: Be sure to update the version as you update the version of apruve-php
Then run composer install:
$ composer install
Testing
$ vendor/bin/phpunit tests/
If you'd like to contribute, use the observr ruby gem to assist.
$ gem install observr
$ watchr ./autotest_observr.rb
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Write your code and tests
- Ensure all tests still pass
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new pull request
统计信息
- 总下载量: 24.41k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-12