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 →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article