/geoip-data

Drupal 8 module. Offers a GeoIP service exposed as a public url

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

GeoIP Data

Drupal 8 module. Offers a GeoIP service exposed as a public url.

Installation

Add GitHub's repository to composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:asilgag/geoip-data.git"
        }
    ],

Execute composer require:

composer require asilgag/geoip_data