snide/php-scrutinizer-client
Composer 安装命令:
composer require snide/php-scrutinizer-client
包简介
PHP Scrutinizer Client
README 文档
README
PHP Client for Scrutinizer API
Installation
Installation by Composer
If you use composer, add scrutinizer-client library as a dependency to the composer.json of your application
"require": { ... "snide/php-scrutinizer-client": "1.*" ... },
Usage
To access Scrutinizer API, you can do :
<?php // Access github repository pdenis/monitoring $client = new Snide\Scrutinizer\Client(); $repo = $client->fetchRepository('pdenis/monitoring');
That's all!
统计信息
- 总下载量: 353
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-12-08