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

ActiveLibrary

amidesfahani/nova-world-clock
=============================

A Laravel Nova card.

v0.1(5y ago)09.6kMITPHPPHP &gt;=7.1.0

Since Oct 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/amidesfahani/nova-world-clock)[ Packagist](https://packagist.org/packages/amidesfahani/nova-world-clock)[ RSS](/packages/amidesfahani-nova-world-clock/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Nova World Clock Card
=====================

[](#nova-world-clock-card)

A Laravel Nova card to display World Clocks

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

[](#installation)

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

```
composer require amidesfahani/nova-world-clock
```

Usage:
------

[](#usage)

Add the below to app/Providers/NovaServiceProvder.php

```
namespace App\Providers;

[...]

use AmidEsfahani\NovaWorldClock\NovaWorldClock;

class NovaServiceProvider extends NovaApplicationServiceProvider
{

[...]

  public function card()
  {
      return [
         (new NovaWorldClock())
            ->timezones([
                'Asia/Tehran',
                '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
            ->title(__('World Clock'))
            ->showTitle(true)
      ];
  }

[...]

}
```

[![](https://raw.githubusercontent.com/amidesfahani/nova-world-clock/main/screenshots/screenshot.png)](https://raw.githubusercontent.com/amidesfahani/nova-world-clock/main/screenshots/screenshot.png)

License:
--------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2038d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d9ed461878eff3be19c9bfd4158e246a2a02f3728fa9589d8d48b61867fc2b0?d=identicon)[amidesfahani](/maintainers/amidesfahani)

---

Top Contributors

[![amidesfahani](https://avatars.githubusercontent.com/u/61671721?v=4)](https://github.com/amidesfahani "amidesfahani (41 commits)")

---

Tags

laravelclocktimecardworldnova

### Embed Badge

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

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

###  Alternatives

[outl1ne/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64343.5k](/packages/outl1ne-nova-detached-filters)[optimistdigital/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64235.5k](/packages/optimistdigital-nova-detached-filters)[digital-creative/resource-navigation-tab

Organize your resource fields into tabs.

79147.6k](/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

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

Create links to internal or external resources.

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

PHPackages © 2026

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