PHPackages                             warksit/time - 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. [Templating &amp; Views](/categories/templating)
4. /
5. warksit/time

ActiveLibrary[Templating &amp; Views](/categories/templating)

warksit/time
============

A Laravel Nova time field.

0.0.1(7y ago)17MITVuePHP &gt;=7.1.0

Since Feb 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/warksit/time)[ Packagist](https://packagist.org/packages/warksit/time)[ RSS](/packages/warksit-time/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Nova Time Field
=======================

[](#laravel-nova-time-field)

This package adds a basic HTML5 time field to Laravel Nova with the ability to include seconds.

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

[](#installation)

Use composer to install the package.

```
composer require warksit/Time
```

Usage
-----

[](#usage)

To include seconds call `includeSeconds()` when you add the field.

```
namespace App\Nova;

use Warksit\Time\Time;

class BlogPost extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            Time::make('Post start Time')->includeSeconds(),
            // ...
        ];
    }
}
```

If you would like finer grained control you can call `step($value)` with the required value.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

2680d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b719bdf117b56840b92f66ce8905a45a645e907d5859aef363e43aea1fd6f22?d=identicon)[warksit](/maintainers/warksit)

---

Top Contributors

[![warksit](https://avatars.githubusercontent.com/u/5296633?v=4)](https://github.com/warksit "warksit (3 commits)")

---

Tags

laravelnovalaravelnova

### Embed Badge

![Health badge](/badges/warksit-time/health.svg)

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

###  Alternatives

[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8113.3M27](/packages/whitecube-nova-flexible-content)[outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.3M2](/packages/outl1ne-nova-multiselect-field)[emilianotisato/nova-tinymce

This Nova package allow you to use TinyMCE editor for text areas.You can customize the editor options and... you can upload images to your server and put them rigth there on the text without leaving the text editor!

116939.6k4](/packages/emilianotisato-nova-tinymce)[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

63769.8k9](/packages/waynestate-nova-ckeditor4-field)[saumini/ellipsis-textarea

A Laravel Nova textarea field with ellipsis support

12153.2k](/packages/saumini-ellipsis-textarea)[joshmoreno/nova-html-field

A Laravel Nova field for rendering custom html on index, detail, and forms.

13100.8k3](/packages/joshmoreno-nova-html-field)

PHPackages © 2026

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