Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Torann/laravel-geoip
Determine the geographical location of website visitors based on their IP addresses.
https://github.com/Torann/laravel-geoip
Last synced: 14 days ago
JSON representation
Determine the geographical location of website visitors based on their IP addresses.
- Host: GitHub
- URL: https://github.com/Torann/laravel-geoip
- Owner: Torann
- License: bsd-2-clause
- Created: 2013-12-11T22:22:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T17:24:03.000Z (4 months ago)
- Last Synced: 2024-09-06T22:12:53.099Z (2 months ago)
- Language: PHP
- Homepage: http://lyften.com/projects/laravel-geoip
- Size: 160 KB
- Stars: 2,086
- Watchers: 62
- Forks: 372
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-framework - Laravel GeoIP - Determine the geographical location of website visitors based on their IP addresses (Popular Packages)
- laravel-awesome - Laravel GeoIP - Determine the geographical location of website visitors based on their IP addresses (Popular Packages)
- awesome-laravel - Laravel GeoIP - Determine the location of website visitors based on their IP addresses (Popular Packages)
README
# GeoIP for Laravel
[![Latest Stable Version](https://poser.pugx.org/torann/geoip/v/stable)](https://packagist.org/packages/torann/geoip)
[![Total Downloads](https://poser.pugx.org/torann/geoip/downloads)](https://packagist.org/packages/torann/geoip)
[![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/torann)
[![Donate to this project using Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4CJA2A97NPYVU)Determine the geographical location and currency of website visitors based on their IP addresses.
- [GeoIP for Laravel on Packagist](https://packagist.org/packages/torann/geoip)
- [GeoIP for Laravel on GitHub](https://github.com/Torann/laravel-geoip)
- [Upgrade Guides](http://lyften.com/projects/laravel-geoip/doc/upgrade.html)## v3.0.8 Possible Breaking Change
Out of the box the system no longer comes with a service pre-configured. Which will cause an error for those who did **NOT** previously publish the configurtion file. Follow the [getting started guide](https://lyften.com/projects/laravel-geoip/doc/) on how to publish the config and how to set up a service.
Sorry for this inconvenience, but MaxMind made me remove the free service that was the default. If the config file was published prior to this change, you should not been affected.
## Official Documentation
Documentation for the package can be found on [Lyften.com](http://lyften.com/projects/laravel-geoip/).
## Contributions
Many people have contributed to project since its inception.
Thanks to:
- [Dwight Watson](https://github.com/dwightwatson)
- [nikkiii](https://github.com/nikkiii)
- [jeffhennis](https://github.com/jeffhennis)
- [max-kovpak](https://github.com/max-kovpak)
- [dotpack](https://github.com/dotpack)
- [Jess Archer](https://github.com/jessarcher)