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
Requires
- php: >=8.0
- mobiledetect/mobiledetectlib: ^3.74.0
Requires (Dev)
- guzzlehttp/guzzle: 7.5.x-dev
- orchestra/testbench: 6.x-dev
This package is auto-updated.
Last update: 2025-04-25 22:13:31 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();
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.