felixdelval/deckbrew-api
Composer 安装命令:
composer require felixdelval/deckbrew-api
包简介
PHP DeckBrew Api
README 文档
README
A PHP wrapping of the DeckBrew Api. Find their documentation (here)[https://deckbrew.com/api/].
Usage
You can instantiate the client either via the factory:
$client = DeckBrew\ClientFactory::create();
Or you can create it directy injecting your own Guzzle Http Client
$client = new DeckBrew\Client($httpClient);
To make a request :
use DeckBrew\Criteria;
use DeckBrew\Criteria\Specifications as Spec;
$client->searchCard(new Criteria\CardSearch([
Spec\WithName('some name'),
]);
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-29