PHPackages                             cethyworks/time-select - 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. cethyworks/time-select

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

cethyworks/time-select
======================

Provides a SelectType containing a selection of possible time values, from 00:00 to 23:45.

v0.3(8y ago)0291MITPHPPHP &gt;=5.6.17

Since Jul 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Cethy/TimeSelect)[ Packagist](https://packagist.org/packages/cethyworks/time-select)[ RSS](/packages/cethyworks-time-select/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Cethyworks\\TimeSelect
======================

[](#cethyworkstimeselect)

Provides a SelectType containing a selection of possible time values, from `00:00` to `23:45` (with a default 15 minutes step).

[![CircleCI](https://camo.githubusercontent.com/cd158162d5b85ce0961d6f7233fa0f0565defa366615a0db351b414151a4bfde/68747470733a2f2f636972636c6563692e636f6d2f67682f43657468792f54696d6553656c6563742f747265652f6d61737465722e7376673f7374796c653d736869656c64)](https://circleci.com/gh/Cethy/TimeSelect/tree/master)

How to use
----------

[](#how-to-use)

```
namespace ExampleBundle\Form;

use Cethyworks\TimeSelect\Form\TimeSelectType;

class ExampleType extends AbstractType
{
    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            ->add('exampleTime', TimeSelectType::class)
            // ...
        ;
    }
    // ...
}

```

Options
-------

[](#options)

### Change the input' starting value

[](#change-the-input-starting-value)

Overrides the choices array :

```
// ...
public function buildForm(FormBuilderInterface $builder, array $options)
{

    $builder
        ->add('exampleTime', TimeSelectType::class, [
            'choices' => TimeSelectType::generateChoices(8, 45, 5, 2),
        )
        // ...
    ;
}
// ...

```

In this example, the input will start at 8:45 (and end at 8:30), with a 5 minutes step and a 2 hours step.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~107 days

Total

3

Last Release

3066d ago

### Community

Maintainers

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

---

Top Contributors

[![Cethy](https://avatars.githubusercontent.com/u/735030?v=4)](https://github.com/Cethy "Cethy (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/rate-limiter

Provides a Token Bucket implementation to rate limit input and output in your application

27051.7M257](/packages/symfony-rate-limiter)[symfony/ux-toggle-password

Toggle visibility of password inputs for Symfony Forms

27571.2k5](/packages/symfony-ux-toggle-password)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19322.9k3](/packages/symfony-ux-cropperjs)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[symfony/ux-dropzone

File input dropzones for Symfony Forms

541.7M6](/packages/symfony-ux-dropzone)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3691.3k16](/packages/netgen-layouts-core)

PHPackages © 2026

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