fahrigunadi/laravel-tzf

Laravel Timezone Finder

v0.0.2 2025-07-30 04:49 UTC

This package is auto-updated.

Last update: 2025-07-30 06:02:08 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Get timezone via longitude and latitude in laravel

Installation

You can install the package via composer:

composer require fahrigunadi/laravel-tzf

Usage

use FahriGunadi\TimezoneFinder\Facades\TimezoneFinder;

echo TimezoneFinder::timezoneName(-4.8644237, 138.2578241); // Asia/Jayapura

Testing

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.