Skip to content

Giving developers a hand to fetch the visitors geo information, user agent information, and the device information, easy to use and accepts contributor

License

Notifications You must be signed in to change notification settings

remah-tech/larageo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel IP Geo Location Finder

Larageo is Laravel package helps developers to add value to their projects by fetching the IP geo details, like .e.g: IP, IP Version, Country, City, Region, Timezone, Locale, Currency, Time Now and more.

Documentation

Full Documentation lives here: Larageo Docs.

Sample Usage

Using Facade:

Larageo::get();

Using Helper:

app('larageo')->get();

Larageo Response Example

Publish Config File

php artisan vendor:publish --provider="Technoyer\Larageo\Providers\LarageoServiceProvider"

You will find new file config/larageo.php

Supported Drivers

  • ip2location.io
  • apiip.net
  • ipapi.co
  • ipapi.com
  • ipgeolocation.io
  • ipinfo.io
  • maptiler.com

How to Suggest Another Drivers

Please contact me and I will add your suggested drivers ASAP.

About

Giving developers a hand to fetch the visitors geo information, user agent information, and the device information, easy to use and accepts contributor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages