PHPackages                             ip2location/ip2proxy-php-api - 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. [Security](/categories/security)
4. /
5. ip2location/ip2proxy-php-api

ActiveLibrary[Security](/categories/security)

ip2location/ip2proxy-php-api
============================

PHP module to check if an IP address was being used as open proxy, web proxy, VPN anonymizer and TOR exits via IP2Proxy API.

1.0.1(6y ago)52161MITPHPPHP &gt;=5.3

Since Jun 10Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/ip2location/ip2proxy-php-api)[ Packagist](https://packagist.org/packages/ip2location/ip2proxy-php-api)[ Docs](https://www.ip2location.com/)[ RSS](/packages/ip2location-ip2proxy-php-api/feed)WikiDiscussions master Synced 4d ago

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

IP2Proxy PHP API
================

[](#ip2proxy-php-api)

> This project has been merged into [IP2Proxy-PHP-Module](https://github.com/ip2location/ip2proxy-php). We will no longer maintain and support this project. Please visit [IP2Proxy-PHP-Module](https://github.com/ip2location/ip2proxy-php) for latest updates or enhancements.

This module allows user to query an IP address if it was being used as VPN anonymizer, open proxies, web proxies, Tor exits, data center, web hosting (DCH) range, search engine robots (SES), residential proxies (RES), consumer privacy networks (CPN), and enterprise private networks (EPN). It lookup the proxy IP address using **IP2Proxy API**.

Getting Started
---------------

[](#getting-started)

To begin, an API key is required for this module to function. Find further information at

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

[](#installation)

Add the following to your composer.json file:

```
{
  "require": {
	"ip2location/ip2proxy-php-api": "1.*"
  }
}
```

Usage
-----

[](#usage)

```
