PHPackages                             kylepretorius/ipchecker-lib - 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. kylepretorius/ipchecker-lib

ActiveLibrary

kylepretorius/ipchecker-lib
===========================

Package to filter through IP Range

1.0(8y ago)052proprietaryPHPPHP &gt;=7.0

Since Feb 14Pushed 8y agoCompare

[ Source](https://github.com/kylerosspretorius/ipchecker-lib)[ Packagist](https://packagist.org/packages/kylepretorius/ipchecker-lib)[ RSS](/packages/kylepretorius-ipchecker-lib/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

IP Checker Lib
==============

[](#ip-checker-lib)

Provides a simple API to check if a given IP address is within the specified range.

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

[](#installation)

Add `kylepretorius/ipchecker-lib` as a requirement to your `composer.json`:

```
$ composer require kylepretorius/ipchecker-lib
```

Basic Usage
-----------

[](#basic-usage)

```
$result = new IPChecker(['192.168.1.0/16', '192.168.10.89/32'])->detect(192.168.1.1);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

3010d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44f7c31bdea2976e9280bcaa712e99b7b5c4d01817e540ffc60592ba419c2b40?d=identicon)[kylerosspretorius](/maintainers/kylerosspretorius)

---

Top Contributors

[![kylerpretorius](https://avatars.githubusercontent.com/u/53858731?v=4)](https://github.com/kylerpretorius "kylerpretorius (1 commits)")

---

Tags

IP Checker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kylepretorius-ipchecker-lib/health.svg)

```
[![Health](https://phpackages.com/badges/kylepretorius-ipchecker-lib/health.svg)](https://phpackages.com/packages/kylepretorius-ipchecker-lib)
```

PHPackages © 2026

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