PHPackages                             marcoguada/mg-filament-timepicker - 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. marcoguada/mg-filament-timepicker

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

marcoguada/mg-filament-timepicker
=================================

A Filament v5 plugin that enhances timepicker fields with a popup time selector.

v0.1.0(3mo ago)19MITBladePHP ^8.2

Since Mar 7Pushed 3mo agoCompare

[ Source](https://github.com/Marco-Guada/mg-filament-timepicker)[ Packagist](https://packagist.org/packages/marcoguada/mg-filament-timepicker)[ Docs](https://github.com/marcoguada/mg-filament-timepicker)[ RSS](/packages/marcoguada-mg-filament-timepicker/feed)WikiDiscussions main Synced 3w ago

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

mg-filament-timepicker
======================

[](#mg-filament-timepicker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f0b0b517c61b2dbfc237b32106afdd0fa744e812b40e8929d3db72f078c7f867/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6172636f67756164612f6d672d66696c616d656e742d74696d657069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcoguada/mg-filament-timepicker)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b857cd7114691a2b560cf807e33e083c76135a026f301664e59adb7f59475b5e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f4d6172636f2d47756164612f6d672d66696c616d656e742d74696d657069636b65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/Marco-Guada/mg-filament-timepicker/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/58c11afa28c119b13b3e12aae7b4b00bbf28869edc54b3d9177a9390c3d06e55/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f4d6172636f2d47756164612f6d672d66696c616d656e742d74696d657069636b65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/Marco-Guada/mg-filament-timepicker/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/bd5d2e0d6a11cfa77a3c5f1e6c1db10e875f12f7f16da7c5caffbd35d1a024d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6172636f67756164612f6d672d66696c616d656e742d74696d657069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcoguada/mg-filament-timepicker)

A Filament v5 plugin that enhances native `TimePicker` fields with a visual popup time selector.

Two styles are available: **linear** (vertical sliders) and **radial** (clock dial).

Requirements
------------

[](#requirements)

- PHP 8.2+
- Filament v5

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

[](#installation)

```
composer require marcoguada/mg-filament-timepicker
```

Usage
-----

[](#usage)

Chain the macros onto any native `TimePicker` field:

```
use Filament\Forms\Components\TimePicker;

TimePicker::make('start_time')
    ->popup(true)
    ->popupStyle('linear')   // 'linear' (default) or 'radial' ->popupStyle('radial')
    ->popupFormat(24)        // 24 (default) or 12
    ->format('H:i')
    ->displayFormat('H:i')
    ->seconds(false),
```

### Macros

[](#macros)

MacroDefaultDescription`->popup(bool $enabled = true)`—Activates the popup on the field`->popupStyle(string $style = 'linear')``'linear'`UI style: `'linear'` or `'radial'``->popupFormat(int $format = 24)``24`Default hour format shown in the popup: `24` or `12`The user can toggle between 12h and 24h at any time from inside the popup.

### Linear style

[](#linear-style)

Vertical sliders for hours and minutes. Drag up/down to set the time.

### Radial style

[](#radial-style)

Classic clock dial. Drag the hour and minute handles around the clock face.

Translations
------------

[](#translations)

English and Italian are included out of the box. To publish the translation files for customization:

```
php artisan vendor:publish --tag="mg-filament-timepicker-translations"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for recent changes.

Author
------

[](#author)

**Marco Guada** — [marco-guada.com](https://marco-guada.com)

License
-------

[](#license)

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

[![MG Filament Timepicker](img/eg1.jpg)](img/eg1.jpg)[![MG Filament Timepicker](img/eg2.jpg)](img/eg2.jpg)[![MG Filament Timepicker](img/eg3.jpg)](img/eg3.jpg)[![MG Filament Timepicker](img/eg4.jpg)](img/eg4.jpg)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance79

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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

111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6951f909e0ea578bd8030e52773ae7be2eb0c2a0544516970d77a319150b98ce?d=identicon)[xMarcoX](/maintainers/xMarcoX)

---

Top Contributors

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

---

Tags

laravelpopuptimepickerfilamentfilament-pluginfilamentphplinearmarcoguadamg-filament-timepicker24h12hradialtimepicker-popuptimepicker-popup-lineartimepicker-popup-radial

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/marcoguada-mg-filament-timepicker/health.svg)

```
[![Health](https://phpackages.com/badges/marcoguada-mg-filament-timepicker/health.svg)](https://phpackages.com/packages/marcoguada-mg-filament-timepicker)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

328482.0k25](/packages/codewithdennis-filament-select-tree)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

128173.7k3](/packages/dotswan-filament-map-picker)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12451.0k](/packages/jibaymcs-filament-tour)[biostate/filament-menu-builder

An Elegant Menu Builder for FilamentPHP

6522.4k](/packages/biostate-filament-menu-builder)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34208.8k10](/packages/schmeits-filament-character-counter)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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