All Projects → ip2location → ipinfodb-php

ip2location / ipinfodb-php

Licence: MIT license
PHP library to query free IPInfoDB API service.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to ipinfodb-php

geolocation
A laravel integration for using the IPInfoDB and Ip2Location services
Stars: ✭ 38 (+153.33%)
Mutual labels:  geolocation, geolocation-api, ip2location, ipinfodb
ip2location-iata-icao
This list contains the airport codes of IATA airport code and ICAO airport code together with country code and region name supported in IP2Location geolocation database.
Stars: ✭ 39 (+160%)
Mutual labels:  geolocation, ip2location, geolocation-database
ip2location-nginx
Nginx module that allows user to lookup for geolocation information using IP2Location database.
Stars: ✭ 33 (+120%)
Mutual labels:  geolocation, ip2location
IP2Location-C-Library
IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
Stars: ✭ 37 (+146.67%)
Mutual labels:  geolocation, ip2location
ip2location-cakephp
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, usage type, IP address type and IAB advertising category from IP address using IP2Location database.
Stars: ✭ 17 (+13.33%)
Mutual labels:  geolocation, ip2location
ip2location-lua
Use IP2Location geolocation database to lookup the geolocation information with IP2Location Lua Package. It can be used to determine country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation, usage type, address type and IAB category that any IP address …
Stars: ✭ 14 (-6.67%)
Mutual labels:  geolocation, ip2location
ip2location-csv-converter
This PHP script converts IP2Location CSV database into IP range or CIDR format.
Stars: ✭ 26 (+73.33%)
Mutual labels:  geolocation, ip2location
ipapi-python
Python bindings for https://ipapi.co (IP Address Location) - Use with python / django / flask for IP address location lookup
Stars: ✭ 42 (+180%)
Mutual labels:  geolocation, geolocation-api
IP2Country
Ip to country mapping
Stars: ✭ 39 (+160%)
Mutual labels:  geolocation, ip2location
react-hook-geolocation
A React hook to access data from the Geolocation API
Stars: ✭ 31 (+106.67%)
Mutual labels:  geolocation, geolocation-api
ionic2-firebase-hackathon-starter
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc
Stars: ✭ 34 (+126.67%)
Mutual labels:  geolocation, geolocation-api
mmdb-server
mmdb-server is an open source fast API server to lookup IP addresses for their geographic location.
Stars: ✭ 69 (+360%)
Mutual labels:  geolocation, geolocation-database
ip2location-piwik
Use IP2Location geolocation database to lookup for accurate visitor location in Matomo (Piwik) 3.x. It 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, usage type, address type and IAB category that any IP address o…
Stars: ✭ 26 (+73.33%)
Mutual labels:  geolocation, ip2location
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (+926.67%)
Mutual labels:  geolocation, ip2location
ip2location-nginx
This is IP2Location Nginx module that enables the user to find the country, region (state), city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type, address type and IAB category by IP address or hostname originates from.
Stars: ✭ 38 (+153.33%)
Mutual labels:  geolocation, ip2location
go
Official Golang client library for the ipdata API
Stars: ✭ 21 (+40%)
Mutual labels:  geolocation, geolocation-api
Cartodb
Location Intelligence & Data Visualization tool
Stars: ✭ 2,537 (+16813.33%)
Mutual labels:  geolocation
I See You
ISeeYou is a Bash and Javascript tool to find the exact location of the users during social engineering or phishing engagements. Using exact location coordinates an attacker can perform preliminary reconnaissance which will help them in performing further targeted attacks.
Stars: ✭ 246 (+1540%)
Mutual labels:  geolocation
Iploc
Fastest IP To Country Library
Stars: ✭ 224 (+1393.33%)
Mutual labels:  geolocation
Skylift
Wi-Fi Geolocation Spoofing with the ESP8266
Stars: ✭ 223 (+1386.67%)
Mutual labels:  geolocation

Latest Stable Version Total Downloads

IPInfoDB PHP

This IPInfoDB PHP class provides a fast lookup of country, region, city, latitude, longitude, ZIP code and time zone as values. The IPInfoDB web service is designed for server-to-server call.

This library can be used in many types of projects such as:

  • Locate where is your website visitors come from
  • Analyze your web server logs to determine the countries of your visitors
  • Country blocker
  • Page redirection according to country
  • Geotargeting in advertisement

IPInfoDB free API uses the geolocation data from IP2Location LITE database. IP2Location Commercial version provides higher accuracy is available at https://www.ip2location.com/web-service with no rate limit.

Methods

Below are the methods supported in this class.

Method Name Description
getCountry Return country code and country name information of the IP address.
getCity Return city information of the IP address, such as region, city, latitude, longitude, ZIP Code and time zone.

FAQ

How to I get the API key?

Please register your API key at https://ipinfodb.com/register.

Is there any restriction for using this web service?

There is a rate limit of 2 queries per second.

Copyright

Copyright (C) 2021 by IPInfoDB.com, [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].