triesss / ip-nation-locator
This package will provide the origin nation for a given ip address.
dev-main
2024-08-30 13:48 UTC
Requires (Dev)
- phpunit/phpunit: 11.4.x-dev
This package is auto-updated.
Last update: 2025-04-29 01:29:47 UTC
README
This package is used to get the country of an IP address.
You can use the IpNationLocator
class to get the country of an IP address.
To make the class work, you need to provide a CSV or Sqlite3 file containing the IP ranges and the country codes.
Requirements
- A CSV or Sqlite3 file containing the IP ranges and the country codes
in ISO 3166-1 alpha-2
- The CSV file should have the following columns:
ip_network
: The network address with its' subnet mask, e.g.1.2.0.0/24
country_code
: The country code
- The Sqlite3 file must have a table
ip_networks
with the following columns:ip_network
: The network address with its' subnet mask, e.g.1.2.0.0/24
country_code
: The country code
- The CSV file should have the following columns: