PHPackages                             metlar/proxy-checker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. metlar/proxy-checker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

metlar/proxy-checker
====================

Proxy checker

123[1 issues](https://github.com/metlar/proxy-checker/issues)PHPCI failing

Since Feb 15Pushed 4y ago2 watchersCompare

[ Source](https://github.com/metlar/proxy-checker)[ Packagist](https://packagist.org/packages/metlar/proxy-checker)[ RSS](/packages/metlar-proxy-checker/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Proxy-checker
=============

[](#proxy-checker)

A PHP class to check proxy.

There are a ton of different methods of check proxy using PHP.

I created this class for quick and multi threads proxy servers checking.

Installation (via composer)
---------------------------

[](#installation-via-composer)

[Get composer](http://getcomposer.org/doc/00-intro.md) and add this in your requires section of the composer.json:

```
{
    "require": {
        "metlar/proxy-checker": "dev-master"
    }
}

```

and then

```
composer install

```

or

Simply require the package by its name with composer:

```
$ composer require metlar/proxy-checker
```

Run scan proxy in composer:

```
$ composer run:proxy
```

Usage
-----

[](#usage)

Pretty simple.

- add proxy to file `source/proxylist.txt`
- create an instance, and run `execute()`

```
