PHPackages                             licvido/tor-ip-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. licvido/tor-ip-checker

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

licvido/tor-ip-checker
======================

Checks if given IP is coming from Tor (exit) node.

v1.1(8y ago)25.0kMITPHPPHP &gt;=7.0

Since Jun 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/licvido/tor-ip-checker)[ Packagist](https://packagist.org/packages/licvido/tor-ip-checker)[ RSS](/packages/licvido-tor-ip-checker/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Tor IP Checker
==============

[](#tor-ip-checker)

Checks if given IP is coming from Tor (exit) node.

Installation
------------

[](#installation)

The best way to install Tor IP Checker is using [Composer](http://getcomposer.org/):

```
$ composer require licvido/tor-ip-checker
```

Usage
-----

[](#usage)

```
// prepare required list
$exitNodeList = new ExitNodeList;
$fullNodeList = new FullNodeList;

$checker = new TorIpChecker($exitNodeList);

if ($checker->isInList($_SERVER['REMOTE_ADDR'])) {
	// TOR
} else {
	// standard way
}
```

License
-------

[](#license)

This library is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~63 days

Total

2

Last Release

3244d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/564821?v=4)[Filip Mikovcak](/maintainers/licvido)[@licvido](https://github.com/licvido)

---

Top Contributors

[![licvido](https://avatars.githubusercontent.com/u/564821?v=4)](https://github.com/licvido "licvido (9 commits)")

---

Tags

checkercomposeripnodesphptor

### Embed Badge

![Health badge](/badges/licvido-tor-ip-checker/health.svg)

```
[![Health](https://phpackages.com/badges/licvido-tor-ip-checker/health.svg)](https://phpackages.com/packages/licvido-tor-ip-checker)
```

PHPackages © 2026

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