PHPackages                             jtrw/proxy-validator - 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. jtrw/proxy-validator

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

jtrw/proxy-validator
====================

Lib for check proxy

00PHP

Since May 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jtrw/proxy-validator)[ Packagist](https://packagist.org/packages/jtrw/proxy-validator)[ RSS](/packages/jtrw-proxy-validator/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Proxy Validator
===============

[](#proxy-validator)

Simple Telegram Message
=======================

[](#simple-telegram-message)

[![Phpunit](https://github.com/jtrw/proxy-validator/workflows/phpunit/badge.svg)](https://github.com/jtrw/proxy-validator/actions)[![codecov](https://camo.githubusercontent.com/5c808dcaa8d4a156cef88c2bc12b4ff58697835893389c3b3f2b7d88d0956eac/68747470733a2f2f636f6465636f762e696f2f67682f6a7472772f70726f78792d76616c696461746f722f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d55414454335241573241)](https://codecov.io/gh/jtrw/proxy-validator)[![Latest Stable Version](https://camo.githubusercontent.com/19ff6e48e64b1ac345523586800797210608ec3273f7a65028ca60374dd81654/687474703a2f2f706f7365722e707567782e6f72672f6a7472772f70726f78792d76616c696461746f722f76)](https://packagist.org/packages/jtrw/proxy-validator)[![Total Downloads](https://camo.githubusercontent.com/faa728752017960be5192aa08be47f9e4d4b926a3cd5455467b9016911077404/687474703a2f2f706f7365722e707567782e6f72672f6a7472772f70726f78792d76616c696461746f722f646f776e6c6f616473)](https://packagist.org/packages/jtrw/proxy-validator)[![Latest Unstable Version](https://camo.githubusercontent.com/f3fa9b531766d2215431f37b69d99d9101d2dbb4071f841c46112338dc7361ab/687474703a2f2f706f7365722e707567782e6f72672f6a7472772f70726f78792d76616c696461746f722f762f756e737461626c65)](https://packagist.org/packages/jtrw/proxy-validator)[![License](https://camo.githubusercontent.com/f552b36bbc21870d23eaa9ccf55be081a6a700447b2979dff10440a77737216c/687474703a2f2f706f7365722e707567782e6f72672f6a7472772f73696d706c652d74656c656772616d2d6d6573736167652f6c6963656e7365)](https://packagist.org/packages/jtrw/proxy-validator)[![PHP Version Require](https://camo.githubusercontent.com/6f983d60d57190602b065ff679b282df89f13698a7f230db30de18f768837817/687474703a2f2f706f7365722e707567782e6f72672f6a7472772f70726f78792d76616c696461746f722f726571756972652f706870)](https://packagist.org/packages/jtrw/proxy-validator)

Install
-------

[](#install)

`composer require jtrw/proxy-validator`

### Example:

[](#example)

```
use Jtrw\ProxyValidator\ProxyValidator;
use GuzzleHttp\Client;

$validator = new Validator(new Client());

$responseDto = $validator->validate("host:port:login:pass:type");

if ($responseDto->isValid()) {
 // Do something
}
if ($errorsDto = $responseDto->getErrors()) {
    echo $errorsDto->getMessage();
}
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb69a84ba4d32377e911fcda345ebe671a0a98cbd748c4cf0e3cd786ee12af37?d=identicon)[nil-bora](/maintainers/nil-bora)

---

Top Contributors

[![nilBora](https://avatars.githubusercontent.com/u/5442473?v=4)](https://github.com/nilBora "nilBora (32 commits)")

### Embed Badge

![Health badge](/badges/jtrw-proxy-validator/health.svg)

```
[![Health](https://phpackages.com/badges/jtrw-proxy-validator/health.svg)](https://phpackages.com/packages/jtrw-proxy-validator)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
