php
php copied to clipboard
Official PHP library for IPinfo (IP geolocation and other types of IP data)
I'm wanting to go live with a production machine but I'm getting more time-out errors. It doesn't exit gracefully and causes an error. If you refresh the page it works....
I am using PHPStorm+EA Inspections and when I am accessing any of `Details` dynamic properties, I get errors like ``` [EA] \ipinfo\ipinfo\Details needs to implement __isset to properly work here....
This pull request introduces enhancements to the `DefaultCache` class to handle IPv6 addresses with various notations, adds new methods for IP normalization, and significantly expands test coverage to ensure correctness....
Deprecated: Using null as an array offset is deprecated, use an empty string instead. PHP 8.5.0 Win32 vs17 x64 https://github.com/ipinfo/php/blob/e378e66b0121ef2b4556fe71b330821a4daa91a2/src/IPinfo.php#L185
Please allow for the latest "symfony/http-foundation" version 8.0
Hi, During the development stage I used lot of mock to preserve the API credits, but it's impossible with ipinfo/php library because the const API_URL is really hard coded. There...