First Release
We are excited to announce the first release of bytes4sale IPLocator! This Laravel package allows you to easily retrieve details for a given IP address, which can be useful in various applications where you need to determine the location or other information related to an IP address.
Features
- Retrieve details for a given IP address using
IPLocator::getIpCompleteDetails($ip)
. - Set and manage API key credentials using
IpLocatorConfig::setCredentials($credentials)
.
Installation
To use bytes4sale IPLocator, you need to include it in your Laravel project. You can install it using Composer by adding the following line to your composer.json
file and running composer update
.
"require": {
"bytes4sale/iplocator": "^1.0.0"
}