You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IP2Location CakePHP plugin enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage typ, IP address type and IAB advertising category from IP address using IP2Location database. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location BIN databases or web service for applications written using CakePHP.
5
+
IP2Location CakePHP plugin enables the user to find the country, region, district, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type, IP address type, IAB advertising category and ASN from IP address using IP2Location database. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location BIN databases or web service for applications written using CakePHP.
6
6
7
+
Note: This plugin works in CakePHP 4 and CakePHP 5.
7
8
8
-
## INSTALLATION
9
-
For CakePHP 4.x
10
9
11
-
1. Run the command: `composer require ip2location/ip2location-cakephp` to download the plugin into the CakePHP 4 platform.
10
+
## INSTALLATION
11
+
1. Run the command: `composer require ip2location/ip2location-cakephp` to download the plugin into the CakePHP platform.
12
12
2. Download latest IP2Location BIN database
13
13
- IP2Location free LITE database at https://lite.ip2location.com
14
14
- IP2Location commercial database at https://www.ip2location.com
@@ -24,7 +24,7 @@ Please select the right package for download.
24
24
## USAGE
25
25
In this tutorial, we will show you on how to create a **TestsController** to display the IP information.
26
26
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
28
28
```
29
29
php bin/cake bake controller Tests
30
30
```
@@ -88,6 +88,9 @@ class TestsController extends AppController
0 commit comments