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

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

jeremykenedy/timezones
======================

Laravel package example that returns timezones

v0.0.7(9y ago)221MITHTMLPHP &gt;=5.6.4

Since Jan 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jeremykenedy/timezones)[ Packagist](https://packagist.org/packages/jeremykenedy/timezones)[ RSS](/packages/jeremykenedy-timezones/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (7)Used By (0)

Timezones | A Laravel package - v0.0.7
======================================

[](#timezones--a-laravel-package---v007)

[![Total Downloads](https://camo.githubusercontent.com/80621d664d03fb2ff7f6d0224e439b734cdc566ef95fe3d8614c07e2f9932621/68747470733a2f2f706f7365722e707567782e6f72672f6a6572656d796b656e6564792f74696d657a6f6e65732f642f746f74616c2e737667)](https://packagist.org/packages/jeremykenedy/timezones)[![Latest Stable Version](https://camo.githubusercontent.com/c2fe7fffe45b934ddd0e13757752940b83086341f67295197adbd88e8f386f52/68747470733a2f2f706f7365722e707567782e6f72672f6a6572656d796b656e6564792f74696d657a6f6e65732f762f737461626c652e737667)](https://packagist.org/packages/jeremykenedy/timezones)[![License](https://camo.githubusercontent.com/64651c695f37dacebc07d639f711f84ce84541ca3caa467d73f2d47ee11e6803/68747470733a2f2f706f7365722e707567782e6f72672f6a6572656d796b656e6564792f74696d657a6f6e65732f6c6963656e73652e737667)](https://packagist.org/packages/jeremykenedy/timezones)

Introduction
------------

[](#introduction)

This is a base example of a laravel package. The focus is on the framework of the package and the essential elements and not so much what it actually does. It returns the time and date in a Laravel application when going to the the URL `/timezones/{TIMEZONE}` from the projects base url.

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

[](#installation)

1. From your projects root folder in terminal run:

    ```
       composer require jeremykenedy/timeszones

    ```
2. Register the package with laravel in `config/app.php` under the **Application Service Providers** section with the following:

    ```
       jeremykenedy\Timezones\TimezonesServiceProvider::class,

    ```
3. (Optional) Publish the packages assets/views to be customized by running the following from your projects root folder:

    ```
       php artisan publish

    ```

Usage
-----

[](#usage)

```
   http://your-projects-url/timezones/{{TIMEZONE}}

```

#### Usage Examples:

[](#usage-examples)

```
   http://lara-timezone.local/timezones/PST
   http://lara-timezone.local/timezones/MST
   http://lara-timezone.local/timezones/CST
   http://lara-timezone.local/timezones/EST
   http://lara-timezone.local/timezones/UTC

```

License
-------

[](#license)

Timezones - A Laravel package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

3457d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05cef7d9ee65723b129042943511207fb34db74a56afbf67b5900987f758c161?d=identicon)[jeremykenedy](/maintainers/jeremykenedy)

---

Top Contributors

[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (15 commits)")

---

Tags

laraveltimeszones

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20518.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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