IP2Location PHP Module Versions Save

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.

9.4.0

1 year ago
  • Fixed typo errors.
  • Removed unnecessary functions.
  • Reduced file IO read.

9.3.1

2 years ago
  • Added functions to compress and expand IPv6 address.
  • Fixed typo in example.php.

9.3.0

2 years ago

Added ipv4ToCidr, cidrToIpv4, ipv6ToCidr, cidrToIpv6 functions.

9.2.1

2 years ago

Fixed Teredo IP address parser.

9.2.0

2 years ago
  • Added supports for address type and category fields.
  • Added exception handling for incorrect BIN database.

9.1.0

3 years ago

Added Country class to query country information.

9.0.1

3 years ago

Fixed filename case-sensitivity issue under Linux environment.

9.0.0

3 years ago

Updated file structures to use the latest standards.

8.3.0

3 years ago

Added common tools for IP calculation.

8.2.3

3 years ago

Removed public const to support an earlier version of PHP.