Skip to content

A Laravel package that provides a simple way to get a visitors Geolocation using their IP address.

License

Notifications You must be signed in to change notification settings

AesirCloud/locate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get a visitors Geolocation using their IP address

locate is a Laravel package that provides a simple way to get a visitors Geolocation using their IP address.


Installation

You can install the package via composer:

composer require aesircloud/locate

Publish the configuration file

php artisan vendor:publish --provider="AesirCloud\Locate\LocateServiceProvider"

Usage

use AesirCloud\Locate\Facades\Locator;

$location = Locator::locate('8.8.8.8');

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you've found a bug regarding security please mail security@aesircloud.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

About

A Laravel package that provides a simple way to get a visitors Geolocation using their IP address.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages