skvrd/proxyapi-laravel
Composer 安装命令:
composer require skvrd/proxyapi-laravel
包简介
This service provider will allow you to obtain proxy instance from the www.proxyapi.me
README 文档
README
This package will allow to utilize free proxy API from www.proxyapi.me with the Laravel Service Provider
Installation
Simply run following command on your laravel5.5+ application
composer require skvrd/proxyapi-laravel
Now you can access proxy instance like so:
use Skvrd\ProxyAPI\Proxy;
$proxy = new Proxy();
$proxy->get(); will return json object of proxy data.
Using API
You can use proxyapi.me API whereever you want to. simply call http://proxyapi.me/api/proxy to get random checked proxy.
There are no limitations currently, however there are around 300 rotating working proxy total.
Please create an issue if you have any questions.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-27