This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type.
This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type.
To install php70-geoip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php70-geoip
To see what files were installed by php70-geoip, run:
port contents php70-geoip
To later upgrade php70-geoip, run:
sudo port selfupdate && sudo port upgrade php70-geoip
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.