technoyer/larageo

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

v1.0.0 2022-12-25 15:40 UTC

This package is auto-updated.

Last update: 2024-03-25 19:41:37 UTC


README

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.