shlink/module/IpGeolocation
2019-08-10 23:58:21 +02:00
..
config Moved some elements in Common module to more proper locations 2019-08-10 23:58:21 +02:00
src Moved RuntimeException to IpGeolocation module 2019-08-10 23:30:47 +02:00
test Moved RuntimeException to IpGeolocation module 2019-08-10 23:30:47 +02:00
test-resources Moved all ip-geolocation related stuff to its own module 2019-08-10 13:43:52 +02:00
README.md Moved some elements in Common module to more proper locations 2019-08-10 23:58:21 +02:00

IP Address Geolocation module

Shlink module with tools to locate an IP address suing different strategies.

<?php
declare(strict_types=1);

return [

    'geolite2' => [
        'db_location' => __DIR__ . '/../../data/GeoLite2-City.mmdb',
        'temp_dir' => sys_get_temp_dir(),
        // 'download_from' => 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz',
    ],

];