ervinomueller/pagarme-php
Composer 安装命令:
composer require ervinomueller/pagarme-php
包简介
README 文档
README
Pagar.me PHP SDK
PHP integration for Pagar.me API
ANNOUNCEMENT: this fork was made to add fields that the original sdk does not support yet (2018-11-15)
Installation
Via Composer
composer require 'ervinomueller/pagarme-php'
Usage
Basic
First you need to create an PagarMe object with your API-KEY (Avaliable on your dashboard)
$apiKey = 'ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW0'; $pagarMe = new \PagarMe\Sdk\PagarMe($apiKey);
Wiki
Check the wiki for detailed documentation.
Contributing
Also checkout our contributing guide before you send us any contribution.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-15