Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
38 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

executable file
·
38 lines (24 loc) · 1.21 KB

Laravel GeoIp2

Build Status PHP from Packagist Latest Version License

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require artisanry/geoip2

At last, to publish the configuration you need to run:

php artisan vendor:publish --provider="Artisanry\GeoIp2\GeoIp2ServiceProvider"

Testing

$ phpunit

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

Mozilla Public License Version 2.0 (MPL-2.0).