PHPackages                             richardkeep/nova-timenow - 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. richardkeep/nova-timenow

ActiveLibrary

richardkeep/nova-timenow
========================

A Laravel Nova card to display the current time from different timezones in the world.

3.0.0(1y ago)948.8k↓32.1%1[3 PRs](https://github.com/richardkeep/nova-timenow/pulls)MITPHPPHP ^8.0|^8.1

Since Sep 15Pushed 1y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (16)Used By (0)

Nova Time Now
=============

[](#nova-time-now)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2f13056429b69c278cda2c7adbb6b7a0096ad1397f0c005e3be060029262f655/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726963686172646b6565702f6e6f76612d74696d656e6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/richardkeep/nova-timenow)[![Style CI](https://camo.githubusercontent.com/3fcf5f9486fa061fc950b26ff3cbff9b23ba6ba562d6445d6fa2c35c0aac2393/68747470733a2f2f7374796c6563692e696f2f7265706f732f3134383933303935372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/148930957)[![Total Downloads](https://camo.githubusercontent.com/454c9d558f7b980c8260a6b4bf3f3e755ddc1269638efd0a67f9b38dfbd46b22/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726963686172646b6565702f6e6f76612d74696d656e6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/richardkeep/nova-timenow)

A Laravel Nova card to display the current time from different timezones in the world.

[![screenshot of the timenow card](https://user-images.githubusercontent.com/3874381/164247140-6f5dfbdd-e7fe-420c-84d5-b287bb0a3561.png)](https://user-images.githubusercontent.com/3874381/164247140-6f5dfbdd-e7fe-420c-84d5-b287bb0a3561.png)

VersionL5.6L5.7L5.8L6L7L8L91.\*✅✅✅✅✅✅✗2.\*✗✗✗✗✗✗✅Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require richardkeep/nova-timenow
```

Next up, you must register the tool with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...

public function cards()
{
    return [
        // ...
        new \Richardkeep\NovaTimenow\NovaTimenow,
    ];
}
```

Customization
-------------

[](#customization)

By default, the system's timezone and America\\Mexico\_City will be used as the list of timezones. To override this, please add more [valid timezones](https://momentjs.com/timezone/).

```
public function cards()
{
    return [
        // ...
        (new \Richardkeep\NovaTimenow\NovaTimenow)->timezones([
            'Africa/Nairobi',
            'America/Mexico_City',
            'Australia/Sydney',
            'Europe/Paris',
            'Asia/Tokyo',
        ])->defaultTimezone('Africa/Nairobi'),
    ];
}
```

Usage
-----

[](#usage)

The card will be automatically displayed on the dashboard. You can now select the timezone from the dropdown list of registered timezones to view the current time in that region,

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~207 days

Recently: every ~243 days

Total

12

Last Release

517d ago

Major Versions

0.0.5 → 1.0.02019-12-06

1.0.1 → 2.0.02022-04-20

2.0.3 → 3.0.02024-12-18

PHP version history (3 changes)0.0.1PHP &gt;=7.1.0

2.0.0PHP ^8.0

3.0.0PHP ^8.0|^8.1

### Community

Maintainers

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

---

Top Contributors

[![richardkeep](https://avatars.githubusercontent.com/u/3874381?v=4)](https://github.com/richardkeep "richardkeep (70 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

---

Tags

laravellaravel-novanovalaraveldatetimecardnovatimezone

### Embed Badge

![Health badge](/badges/richardkeep-nova-timenow/health.svg)

```
[![Health](https://phpackages.com/badges/richardkeep-nova-timenow/health.svg)](https://phpackages.com/packages/richardkeep-nova-timenow)
```

###  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)
