PHPackages                             illchuk/timezone-options - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. illchuk/timezone-options

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

illchuk/timezone-options
========================

Generates a list of time zones and descriptions, for use in a select field.

038PHP

Since Oct 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dillchuk/timezone-options)[ Packagist](https://packagist.org/packages/illchuk/timezone-options)[ RSS](/packages/illchuk-timezone-options/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

TimezoneOptions
===============

[](#timezoneoptions)

```
TimezoneOptions::generate();

/*
Generates results indexed in several ways:

Array
(
    [regions] => Array
        (
            [Africa] => Array
                (
                    [Africa/Abidjan] => Abidjan
                    [Africa/Accra] => Accra
					...
                )

            [America] => Array
                (
                    [America/Adak] => Adak
                    [America/Anchorage] => Anchorage
					...
                )
			...
        )

    [time] => Array
        (
            [00:28] => Array
                (
                    [Asia/Rangoon] => Rangoon
                    [Indian/Cocos] => Cocos
					...
                )

            [00:58] => Array
                (
                    [Antarctica/Davis] => Davis
                    [Asia/Bangkok] => Bangkok
					...
                )

			...

            [13:58] => Array
                (
                    [America/Anguilla] => Anguilla
                    [America/Antigua] => Antigua
					...
                )
			...

        )

    [offset] => Array
        (
			...

            [-04:00] => Array
                (
                    [America/Anguilla] => Anguilla
                    [America/Antigua] => Antigua
					...
                )
			...

            [+02:00] => Array
                (
                    [Africa/Blantyre] => Blantyre
                    [Africa/Bujumbura] => Bujumbura
					...
                )
			...

        )

)
/*

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/36c24140c7709b9015bdb1d58f0937b0c72801a63ae4b32cc18ba3f71a1eaa23?d=identicon)[dillchuk](/maintainers/dillchuk)

---

Top Contributors

[![dillchuk](https://avatars.githubusercontent.com/u/11740626?v=4)](https://github.com/dillchuk "dillchuk (5 commits)")

### Embed Badge

![Health badge](/badges/illchuk-timezone-options/health.svg)

```
[![Health](https://phpackages.com/badges/illchuk-timezone-options/health.svg)](https://phpackages.com/packages/illchuk-timezone-options)
```

###  Alternatives

[aneeshikmat/yii2-time-down-counter

Widget for yii2, to start count down timer with a lot of options, This widget build dependence of timeDownCounter JS library

1546.0k](/packages/aneeshikmat-yii2-time-down-counter)[haruncpi/laravel-simple-captcha

A laravel simple captcha package

1128.3k](/packages/haruncpi-laravel-simple-captcha)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
