PHPackages                             naif/world-clock - 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. naif/world-clock

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

naif/world-clock
================

A Laravel Nova card to display world clocks

v1.7(7y ago)617.5k2MITPHPPHP &gt;=7.1.0

Since Oct 3Pushed 6y agoCompare

[ Source](https://github.com/naifalshaye/worldclock)[ Packagist](https://packagist.org/packages/naif/world-clock)[ RSS](/packages/naif-world-clock/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (8)DependenciesVersions (10)Used By (0)

World Clock
===========

[](#world-clock)

A Laravel Nova card to display world clock

Installation:
-------------

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require naif/world-clock
```

Usage:
------

[](#usage)

Add the below to app/Providers/NovaServiceProvder.php

```
namespace App\Providers;

[...]

use Naif\WorldClock\WorldClock;

class NovaServiceProvider extends NovaApplicationServiceProvider
{

[...]

  public function card()
  {
      return [
         (new WorldClock())
            ->timezones([
                'Asia/Tokyo',
                'Asia/Dubai',
                'America/new_york',
                'America/los_angeles',
            ])
            ->timeFormat('h:i') //Optional time format default is: 'h:i:s'
            ->updatePeriod(1000) //Optional to set updating time period in millisecond default is 1000 ms = 1 second
      ];
  }

[...]

}
```

[![](https://raw.githubusercontent.com/naifalshaye/worldclock/master/screenshots/screenshot.png)](https://raw.githubusercontent.com/naifalshaye/worldclock/master/screenshots/screenshot.png)

Credits
-------

[](#credits)

[Abdullah Algethami](https://twitter.com/3bdo3tb)

Support:
--------

[](#support)

License:
--------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 93.1% 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 ~24 days

Recently: every ~0 days

Total

8

Last Release

2660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/323a5cbb1087ce4edc9deec40b03736b6d43a3ca205615b346108ed57f58e50e?d=identicon)[naifdev](/maintainers/naifdev)

---

Top Contributors

[![naifalshaye](https://avatars.githubusercontent.com/u/23122187?v=4)](https://github.com/naifalshaye "naifalshaye (27 commits)")[![alies-dev](https://avatars.githubusercontent.com/u/5278175?v=4)](https://github.com/alies-dev "alies-dev (1 commits)")[![LorenzoSapora](https://avatars.githubusercontent.com/u/25519274?v=4)](https://github.com/LorenzoSapora "LorenzoSapora (1 commits)")

---

Tags

laravelclocktimecardworldnova

### Embed Badge

![Health badge](/badges/naif-world-clock/health.svg)

```
[![Health](https://phpackages.com/badges/naif-world-clock/health.svg)](https://phpackages.com/packages/naif-world-clock)
```

###  Alternatives

[digital-creative/resource-navigation-tab

Organize your resource fields into tabs.

78152.7k](/packages/digital-creative-resource-navigation-tab)[ericlagarda/nova-text-card

A custom card for Laravel Nova to show Text in cards with some good options

20406.3k2](/packages/ericlagarda-nova-text-card)[digital-creative/resource-navigation-link

Create links to internal or external resources.

1047.4k](/packages/digital-creative-resource-navigation-link)

PHPackages © 2026

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