skvrd / proxyapi-laravel
This service provider will allow you to obtain proxy instance from the www.proxyapi.me
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/skvrd/proxyapi-laravel
Requires
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2026-01-11 19:36:39 UTC
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.