Skip to content

Timezone wrapper which will provide an easy way to retrieve details about the different timezones.

License

Notifications You must be signed in to change notification settings

gaming-engine/timezone

Repository files navigation

PHP Timezone Tools

Latest Version on Packagist Total Downloads GitHub Actions

A quick and easy wrapper for the timezone functions in PHP.

Installation

You can install the package via composer:

composer require gaming-engine/timezone

Usage

use GamingEngine\Timezone\TimezoneList;

$timezones = TimezoneList::all();

// Provides all timezones

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

About

Timezone wrapper which will provide an easy way to retrieve details about the different timezones.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages