gaming-engine/timezone

1.0.4 2023-12-03 15:13 UTC

This package is auto-updated.

Last update: 2024-04-03 16:02:37 UTC


README

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 awjudd@gmail.com instead of using the issue tracker.

Credits

License

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