maxmind / GeoIP2-php

PHP API for GeoIP2 webservice client and database reader
https://maxmind.github.io/GeoIP2-php/
Apache License 2.0
2.34k stars 279 forks source link

Get ISP #15

Closed BassemN closed 10 years ago

BassemN commented 10 years ago

Hello,

How can I get ISP?

oschwald commented 10 years ago

Currently this is only available as part of the City/ISP/Org web service. If you are using that web service, you can access it as $record->traits->isp.