phirational/laravel-geoip2

此包已被废弃,不再维护。未建议替代包。

Laravel对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

安装

通过Composer

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