Laravel Packages

GeoGenius Package for Laravel

Published
GeoGenius Package for Laravel image

The GeoGenius package for Laravel is a lightweight, flexible package that handles geolocation, timezone management, multilingual support, and more. It automatically retrieves detailed IP-based location data, detects the user’s timezone, sets the correct locale, and even initializes a fully-functional phone input field with country picker and validation — all seamlessly integrated into your app:

laravelGeoGenius()->geo()->locateVisitor();
laravelGeoGenius()->geo()->getCountry();
laravelGeoGenius()->geo()->getTimezone();
laravelGeoGenius()->geo()->getLatitude();

This package also supports timezone detection and conversion using the timezone service provided by this package:

// Detect user's timezone
$timezone = laravelGeoGenius()->timezone()->getUserTimezone();
 
// Convert UTC datetime to user timezone
echo laravelGeoGenius()
->timezone()
->convertToUserTimezone('2025-09-13 15:00:00');

Main Features

  • Automatic Timezone Detection — via cookies, headers, or fallback strategies
  • Timezone Conversion Helpers — convert timestamps automatically
  • Country Picker & Phone Validation — detect visitor’s country, show dropdown, format & validate numbers
  • Lightweight & Dependency-Free — no jQuery or frontend frameworks required
  • Livewire Compatible — works seamlessly with Livewire apps
  • Configurable Detection Strategy — customise detection method per app requirements
  • Migration & Artisan Support — add timezone column effortlessly
  • Caching & Offline Support — reduces API calls and handles offline gracefully
  • Multilingual Ready — built-in translation and auto-translation support

💻 You can get started with this package on GitHub: devrabiul/laravel-geo-genius

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article