Skip to content

Commit 63c3522

Browse files
committed
Supported CakePHP 5
1 parent ae2878f commit 63c3522

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
[![Latest Stable Version](https://img.shields.io/packagist/v/ip2location/ip2proxy-cakephp.svg)](https://packagist.org/packages/ip2location/ip2proxy-cakephp)
33
[![Total Downloads](https://img.shields.io/packagist/dt/ip2location/ip2proxy-cakephp.svg?style=flat-square)](https://packagist.org/packages/ip2location/ip2proxy-cakephp)
44

5-
IP2Proxy CakePHP plugin enables the user to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exit nodes, search engine robots, data center ranges, residential proxies, consumer privacy networks, and enterprise private networks. It lookup the proxy IP address from IP2Proxy BIN Data file or web service. Developers can use the API to query all IP2Proxy BIN databases or web service for applications written using CakePHP.
5+
IP2Proxy CakePHP plugin enables the user to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exit nodes, search engine robots, data center ranges, residential proxies, consumer privacy networks and enterprise private networks. It lookup the proxy IP address from IP2Proxy BIN Data file or web service. Developers can use the API to query all IP2Proxy BIN databases or web service for applications written using CakePHP.
66

7+
Note: This plugin works in CakePHP 4 and CakePHP 5.
78

8-
## INSTALLATION
9-
For CakePHP 4.x
109

11-
1. Run the command: `composer require ip2location/ip2proxy-cakephp` to download the plugin into the CakePHP 4 platform.
10+
## INSTALLATION
11+
1. Run the command: `composer require ip2location/ip2proxy-cakephp` to download the plugin into the CakePHP platform.
1212
2. Download latest IP2Proxy BIN database
1313
- IP2Proxy free LITE database at https://lite.ip2location.com
1414
- IP2Proxy commercial database at https://www.ip2location.com/proxy-database
@@ -24,7 +24,7 @@ Please select the right package for download.
2424
## USAGE
2525
In this tutorial, we will show you on how to create a **TestsController** to display the IP information.
2626

27-
1. Create a **TestsController** in CakePHP 4 using the below command line
27+
1. Create a **TestsController** in CakePHP using the below command line
2828
```
2929
php bin/cake bake controller Tests
3030
```

0 commit comments

Comments
 (0)