PHPackages                             finpaytech/iphub - 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. finpaytech/iphub

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

finpaytech/iphub
================

VPN/Proxy/Server Detector using IPHub API

1.0.2(8y ago)32.0kMITPHPPHP ^5.5 || ^7.0

Since Jan 26Pushed 8y agoCompare

[ Source](https://github.com/FinPayTech/iphub)[ Packagist](https://packagist.org/packages/finpaytech/iphub)[ RSS](/packages/finpaytech-iphub/feed)WikiDiscussions master Synced 2w ago

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

iphub
=====

[](#iphub)

VPN/Proxy/Server Detector using IPHub API

Installation
============

[](#installation)

composer require finpaytech/iphub

Requirement
===========

[](#requirement)

PHP 5.5+ with cURL extension enabled

Usage Example
=============

[](#usage-example)

```
$ip = $_SERVER['REMOTE_ADDR'];
try {
	$block = IPHub::isBadIP( $ip, "IP HUB API Key" );
	if($block == 1){
		die("Request blocked as you appear to be browsing from a VPN/Proxy/Server. Please contact support if you believe this is a mistake.");
	}
} catch (\Exception $e) {
	$block = false;
}

```

API Documentation
=================

[](#api-documentation)

API documentation can be found here :

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~19 days

Total

3

Last Release

3041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2192ee223fd8ab3871cb5e785be6ac2a8e771aa9c54cca2c80d094c6a1d1e807?d=identicon)[atlpay](/maintainers/atlpay)

---

Top Contributors

[![FinPayTech](https://avatars.githubusercontent.com/u/25129982?v=4)](https://github.com/FinPayTech "FinPayTech (2 commits)")

### Embed Badge

![Health badge](/badges/finpaytech-iphub/health.svg)

```
[![Health](https://phpackages.com/badges/finpaytech-iphub/health.svg)](https://phpackages.com/packages/finpaytech-iphub)
```

###  Alternatives

[nasyrov/laravel-imgix

Laravel package for generating URLs with Imgix.

1447.5k2](/packages/nasyrov-laravel-imgix)[ergebnis/version

Provides an abstraction of a semantic version.

1818.6k](/packages/ergebnis-version)

PHPackages © 2026

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