We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0a4b5 commit c5bd5ccCopy full SHA for c5bd5cc
README.md
@@ -56,7 +56,6 @@ Example:
56
use PulkitJalan\GeoIP\GeoIP
57
58
$geoip = new GeoIP();
59
-$geoip->setIp('81.2.69.160'); // Optional
60
61
$lat = $geoip->getLatitude(); // 51.5141
62
$lon = $geoip->getLongitude(); // -3.1969
@@ -66,6 +65,7 @@ $lon = $geoip->getLongitude(); // -3.1969
66
65
67
To use the ip-api pro service you can set the options in your config.
68
+Pro Example:
69
```php
70
$config = [
71
'driver' => 'ip-api',
0 commit comments