PHPackages                             pel/timezone - 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. pel/timezone

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

pel/timezone
============

A class that simplifies timezone picking.

16PHP

Since May 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pelevesque/timezone)[ Packagist](https://packagist.org/packages/pel/timezone)[ RSS](/packages/pel-timezone/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6b9f6d68fbf6264d50a738c611fe1c6bb0fe118e02d4eebdb6ec9151809bf391/68747470733a2f2f7472617669732d63692e6f72672f70656c657665737175652f74696d657a6f6e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pelevesque/timezone)

timezone
========

[](#timezone)

About
-----

[](#about)

A PSR-4 PHP class for creating a timezone picker dropdown menu.

Loading
-------

[](#loading)

```
include('Timezone.php');
$timezone = new Pel\Helper\Timezone;
```

Usage
-----

[](#usage)

```
// Get the pure list, $timezone_identifier => $display
// Then create the menu how you like.
foreach ($timezone::getList() as $timezone_identifier => $display) {
    echo '' . $display . '';
}

// OR

// Echo the menu directly.
echo $timezone::getMenu();
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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/6b9e172fd0a1a1ac2d6afeca238d54424ee66f0076f857450d10ca7424a7a907?d=identicon)[pelevesque](/maintainers/pelevesque)

---

Top Contributors

[![pelevesque](https://avatars.githubusercontent.com/u/4752429?v=4)](https://github.com/pelevesque "pelevesque (8 commits)")

### Embed Badge

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

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

###  Alternatives

[xiaobopang/pinyin

汉字转带有声调的汉语拼音，汉字转无声调的汉语拼音，汉字转成汉语拼音首字母

315.1k](/packages/xiaobopang-pinyin)

PHPackages © 2026

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