You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the ip-api pro service you can set the options in your config.
@@ -127,20 +110,6 @@ $config = [
127
110
];
128
111
```
129
112
130
-
#### Telize
131
-
132
-
To use telize as the driver set the config, and your api key.
133
-
134
-
Example:
135
-
```php
136
-
$config = [
137
-
'driver' => 'telize',
138
-
'telize' => [
139
-
'key' => 'YOUR TELIZE KEY',
140
-
],
141
-
];
142
-
```
143
-
144
113
### Laravel
145
114
146
115
To use this package in Laravel, simply update the config file in `config/geoip.php` to get the same effect. The driver can be set using the `GEOIP_DRIVER` env.
@@ -292,18 +261,10 @@ Once you have registered the service provider (supports auto discovery), you can
292
261
293
262
## Services
294
263
295
-
#### IPStack
296
-
297
-
IPStack offers a JSON IP and GeoIP REST API allowing to get a visitor IP address and to query location information from any IP address.
298
-
299
264
#### IP-API
300
265
301
266
IP-API is a free (or paid) service that can also be used instead of the database file or the paid maxmind service. They do have some limitations on the free service so please have a look at the [docs](http://ip-api.com/docs/) first.
302
267
303
268
#### Maxmind
304
269
305
-
You can use the free database from maxmind (license_key required) or their web api service. You can signup and get a free license code [here](https://www.maxmind.com/en/geolite2/signup).
306
-
307
-
#### Telize
308
-
309
-
Telize offers a JSON IP and GeoIP REST API allowing to get a visitor IP address and to query location information from any IP address. It outputs JSON-encoded IP geolocation data, and supports both Cross-origin resource sharing (CORS) and JSONP.
270
+
You can use the free database from maxmind (license_key required) or their web api service. You can signup and get a free license code [here](https://www.maxmind.com/en/geolite2/signup).
0 commit comments