PHPackages                             bupy7/zf-time-zone - 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. bupy7/zf-time-zone

AbandonedArchivedLibrary

bupy7/zf-time-zone
==================

A time zone module for Laminas and Mezzio.

2.0.0(5y ago)05251BSD-3-ClausePHPPHP ^7.1

Since Jan 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bupy7/zf-time-zone)[ Packagist](https://packagist.org/packages/bupy7/zf-time-zone)[ RSS](/packages/bupy7-zf-time-zone/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (10)Versions (7)Used By (1)

zf-time-zone
============

[](#zf-time-zone)

[![Latest Stable Version](https://camo.githubusercontent.com/0aa8acb39870186ce2aafbb032ba9ad36fdd78e937ed1d4491304e1c0f8f72cd/68747470733a2f2f706f7365722e707567782e6f72672f62757079372f7a662d74696d652d7a6f6e652f762f737461626c65)](https://packagist.org/packages/bupy7/zf-time-zone)[![Total Downloads](https://camo.githubusercontent.com/c529685a1302ffa0f31b26a50c2238b125e0be9ab48e10fcfc1a029a8cb9ac47/68747470733a2f2f706f7365722e707567782e6f72672f62757079372f7a662d74696d652d7a6f6e652f646f776e6c6f616473)](https://packagist.org/packages/bupy7/zf-time-zone)[![Latest Unstable Version](https://camo.githubusercontent.com/d71a725f69746b51f16c393d5d3d4f177d476f62f92d89ac9095bf0ba7c778de/68747470733a2f2f706f7365722e707567782e6f72672f62757079372f7a662d74696d652d7a6f6e652f762f756e737461626c65)](https://packagist.org/packages/bupy7/zf-time-zone)[![License](https://camo.githubusercontent.com/dee1576a6edbbc320075945bc295f2d92579e1295bcad876579d13ae51e9f727/68747470733a2f2f706f7365722e707567782e6f72672f62757079372f7a662d74696d652d7a6f6e652f6c6963656e7365)](https://packagist.org/packages/bupy7/zf-time-zone)[![Build Status](https://camo.githubusercontent.com/ff417235cdc105075b0469204e7790139ff5073ee46c52ed35131426e33b19a0/68747470733a2f2f7472617669732d63692e6f72672f62757079372f7a662d74696d652d7a6f6e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bupy7/zf-time-zone)[![Coverage Status](https://camo.githubusercontent.com/44b75868019c6476c5d1855efb87c38f9b19b8c474591d347d553e8906cfbb86/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f62757079372f7a662d74696d652d7a6f6e652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/bupy7/zf-time-zone?branch=master)

Module for applying time zone towards the application.

Installation
------------

[](#installation)

The preferred way to install this extension is through composer:

```
$ composer require bupy7/zf-time-zone "*"

```

to the require section of your composer.json file.

Additional for Laminas:

```
$ composer require laminas/zend-modulemanager "*"

```

Additional for Mezzio:

```
$ composer require psr/http-message "*"
$ composer require psr/http-server-middleware "*"

```

Usage
-----

[](#usage)

**For Laminas:**

1. Add `Bupy7\Zf\TimeZone` to module list.

**For Mezzio:**

1: Add `Bupy7\Zf\TimeZone\ConfigProvider` to your config project;

2: Add `Bupy7\Zf\TimeZone\Middleware\BootstrapMiddleware` to your middleware pipeline.

**Next:** Set your time zone in a local config:

```
'time_zone' => [
    'time_zone' => 'Europe/Moscow',
],
```

And profit!

License
-------

[](#license)

zf-time-zone is released under the BSD 3-Clause License.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~210 days

Recently: every ~167 days

Total

6

Last Release

1988d ago

Major Versions

1.1.2 → 2.0.02020-11-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2f9ee20b742a44db8870955cd27b91bb82c14e08dd61a4e096692c9d9d83302?d=identicon)[bupy7](/maintainers/bupy7)

---

Top Contributors

[![bupy7](https://avatars.githubusercontent.com/u/5145037?v=4)](https://github.com/bupy7 "bupy7 (17 commits)")

---

Tags

laminaszendtimemezziozfexpressivezf3zend-expressivezone

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bupy7-zf-time-zone/health.svg)

```
[![Health](https://phpackages.com/badges/bupy7-zf-time-zone/health.svg)](https://phpackages.com/packages/bupy7-zf-time-zone)
```

###  Alternatives

[facile-it/sentry-module

This module allows integration of Sentry Client into laminas and mezzio

19372.5k](/packages/facile-it-sentry-module)[laminas/laminas-cache

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

1076.9M130](/packages/laminas-laminas-cache)[elie29/zend-phpdi-config

PSR-11 PHP-DI autowire container configurator for Laminas, Mezzio, ZF2, ZF3 and Zend Expressive applications

20238.6k7](/packages/elie29-zend-phpdi-config)[laminas/laminas-router

Flexible routing system for HTTP and console applications

3520.6M64](/packages/laminas-laminas-router)[slm/locale

Automatic detection of locales for Laminas

68264.6k4](/packages/slm-locale)[kokspflanze/zfc-twig

Laminas/Zend Framework Module that provides a Twig rendering strategy and extensions to render actions or trigger events from your templates

15299.3k4](/packages/kokspflanze-zfc-twig)

PHPackages © 2026

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