spyserp/phpclient
Composer 安装命令:
composer require spyserp/phpclient
包简介
Client API for Spyserp.com
README 文档
README
This client assists in making calls to spyserp.com API.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --dev --prefer-dist spyserp/phpclient
or add
"spyserp/phpclient": "~1.0.0"
to the require-dev section of your composer.json file.
Usage
<?php require_once 'SpySerp.php'; $apiCode = 'your-api-code'; $aparser = new SpySerp($apiCode); // Return array of all used search engines from SpySerp.com $result = $aparser->searchEngines(); $projectId = 12345; // Return data categories of project with id = 12345 if you can view this project $result = $aparser->projectCategories($projectId);
统计信息
- 总下载量: 1.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-23