vnphp / fineproxy
Unofficial api client for http://fineproxy.org/
Installs: 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Forks: 0
pkg:composer/vnphp/fineproxy
Requires (Dev)
- phpunit/phpunit: ^5.5
Suggests
This package is not auto-updated.
Last update: 2025-10-02 01:16:34 UTC
README
Unofficial api client for http://fineproxy.org/.
Installation
composer require vnphp/fineproxy
You need to have git
installed.
Usage
<?php
$api = new \Vnphp\Fineproxy\Api\Api($login, $password);
$proxies = $api->getProxies();