husam-tariq/filament-timepicker
Filament 3.x Time Picker
95,175
33
| Install | |
|---|---|
composer require husam-tariq/filament-timepicker |
|
| Latest Version: | v5.0 |
| PHP: | ^8.2 |
| License: | MIT |
| Last Updated: | Jul 17, 2026 |
| Links: | GitHub · Packagist |
Maintainer: husam-tariq
Filament Time Picker

Installation
You can install the package via composer:
composer require husam-tariq/filament-timepicker
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-timepicker-views"
Usage
use HusamTariq\FilamentTimePicker\Forms\Components\TimePickerField;
TimePickerField::make('from_hour')->label('time')->okLabel("Confirm")->cancelLabel("Cancel"),
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
harvirsidhu/filament-timepicker
A smart, type-ahead time picker field for Filament. Type freely (3p, 330, 3:30 P...
3,726
3
shuvroroy/filament-spatie-laravel-health
This plugin is built on top of Spatie's Laravel-health package
907,543
196