digitalincentives/incenti
最新稳定版本:0.0.4
Composer 安装命令:
composer require digitalincentives/incenti
包简介
Unofficial Incenti PHP SDK
README 文档
README
![Latest Version on Packagist][ico-version]
This is an unofficial Incenti SDK.
Official Documentation: https://www.incenti.me/api-documentation/
Install
Via Composer
$ composer require alldigitalrewards/incenti
Usage
require __DIR__ . '/../vendor/autoload.php'; use DigitalIncentives\Incenti\IncentiSdk; $client = new IncentiSDK('https://api.example.com/','client-id', 'client-secret'); foreach ($client->listAllProducts() as $product) { var_dump($product); }
See examples in the examples folder.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email jhoughtelin@alldigitalrewards.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-01