ozyab / pubproxy-rand
Get one rand proxy server from pubproxy.com. No API key required.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ozyab/pubproxy-rand
Requires
- php: >=7.1
- guzzlehttp/guzzle: ^6.0
This package is not auto-updated.
Last update: 2025-10-23 14:34:00 UTC
README
Get random public proxy fo free from PubProxy homework. was made in learning purposes
Known Limitations
As free user, there is only 50 request a day. So we advise you to cache responses.
Installation
Install this package via Composer.
composer require "ozyab/pubproxy-rand:^1.0"
Usage
Get Proxy
require_once ('vendor/autoload.php'); use \Ozyab\PubProxyRand; $proxy = new PubProxyRand; echo $proxy->fetch();