PHPackages                             amatz5/timezones - 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. amatz5/timezones

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

amatz5/timezones
================

Timezones for Laravel 5.1

1.0.3(10y ago)120MITPHPPHP &gt;=5.3.0

Since Dec 1Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

Timezones for Laravel 5
=======================

[](#timezones-for-laravel-5)

A simple [Laravel 5](http://www.laravel.com/) service provider for including the [Timezones for Laravel 5](https://github.com/amatz5/timezones).

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

[](#installation)

The Timezones Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `amatz5/timezones` package (required for Laravel 5) in your project's `composer.json`.

```
{
    "require": {
        "laravel/framework": "5.0.*",
        "amatz5/timezones": "dev-master"
    },
}
```

or

Require this package with composer:

```
composer require amatz5/timezones

```

Update your packages with `composer update` or install with `composer install`.

Usage
-----

[](#usage)

To use the Timezones Service Provider, you must register the provider when bootstrapping your Laravel application. There are essentially two ways to do this.

Find the `providers` key in `config/app.php` and register the Captcha Service Provider.

```
    'providers' => [
        // ...
        'Amatz5\Timezones\TimezonesServiceProvider',
    ]
```

for Laravel 5.1+

```
    'providers' => [
        // ...
        Amatz5\Timezones\TimezonesServiceProvider::class,
    ]
```

Find the `aliases` key in `config/app.php`.

```
    'aliases' => [
        // ...
        'Timezones' => 'Amatz5\Timezones\Facades\Timezones',
    ]
```

for Laravel 5.1+

```
    'aliases' => [
        // ...
        'Timezones' => Amatz5\Timezones\Facades\Timezones::class,
    ]
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~0 days

Total

5

Last Release

3816d ago

Major Versions

0.0.0 → 1.0.02015-12-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/9af0143bb35d010377738ce8cfe37bd52a57ffa7bdbd4b9d29939840cec0f6dd?d=identicon)[amatz5](/maintainers/amatz5)

---

Tags

timezonestimezone

### Embed Badge

![Health badge](/badges/amatz5-timezones/health.svg)

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

###  Alternatives

[pragmarx/countries

PHP Countries and Currencies

1.9k3.3M18](/packages/pragmarx-countries)[camroncade/timezone

Helps manage timezones in Laravel. Includes &lt;select&gt; form builder for timezones.

162982.4k7](/packages/camroncade-timezone)[brick/date-time

Date and time library

3623.3M61](/packages/brick-date-time)[jamesmills/laravel-timezone

Timezone storage and retrieval for Laravel

698764.1k12](/packages/jamesmills-laravel-timezone)[pragmarx/countries-laravel

Countries for Laravel

1471.1M2](/packages/pragmarx-countries-laravel)[tapp/filament-timezone-field

Filament timezone field.

55276.6k4](/packages/tapp-filament-timezone-field)

PHPackages © 2026

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