phirational/laravel-geoip2

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel wrapper for MaxMind GeoIP2

v1.1 2014-12-23 17:11 UTC

This package is not auto-updated.

Last update: 2018-03-08 20:21:14 UTC


README

Latest Version Software License Build Status Coverage Status Quality Score Code Climate Total Downloads

Install

Via Composer

$ composer require phirational/laravel-geoip2
'providers' => array(
    'Phirational\LaravelGeoIP2\GeoIP2ServiceProvider',
)
'aliases' => array(
    'GeoIP2' => 'Phirational\LaravelGeoIP2\GeoIP2Facade',
)
$ php artisan config:publish phirational/laravel-geoip2