PHPackages                             pmachapman/silverstripe-timepickerfield - 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. pmachapman/silverstripe-timepickerfield

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

pmachapman/silverstripe-timepickerfield
=======================================

A time picker field for SilverStripe based on the jQuery UI Timepicker By François Gélinas http://fgelinas.com/code/timepicker/

05PHP

Since Mar 10Pushed 1y agoCompare

[ Source](https://github.com/pmachapman/silverstripe-timepickerfield)[ Packagist](https://packagist.org/packages/pmachapman/silverstripe-timepickerfield)[ RSS](/packages/pmachapman-silverstripe-timepickerfield/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

silverstripe-timepickerfield
============================

[](#silverstripe-timepickerfield)

A time picker field based on jQuery UI Timepicker By François Gélinas

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

[](#requirements)

SilverStripe 5

Usage
-----

[](#usage)

```
TimePickerField::create('Time');
```

You can set any of the [configurations](http://fgelinas.com/code/timepicker/#usage) by using:

```
TimePickerField::create('Time')->setTimePickerConfig($key, $value);
```

If you need to modify an existing DatetimeField, you can set the time field to a picker by using:

```
$field = DatetimeField::create('DateAndTime');
$field->setField(
    'DateAndTime',
    TimePickerField::create('DateAndTime[time]')
        ->setTitle('DateAndTime')
);
```

Or if you like you can also use the following to create a DateTimePickerField from scratch:

```
$field = DatetimePickerField::create('DateAndTime');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81% 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.

### Community

Maintainers

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

---

Top Contributors

[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (17 commits)")[![ishannz](https://avatars.githubusercontent.com/u/20032948?v=4)](https://github.com/ishannz "ishannz (1 commits)")[![phalkunz](https://avatars.githubusercontent.com/u/318116?v=4)](https://github.com/phalkunz "phalkunz (1 commits)")[![pmachapman](https://avatars.githubusercontent.com/u/8665431?v=4)](https://github.com/pmachapman "pmachapman (1 commits)")[![taoceanz](https://avatars.githubusercontent.com/u/9561656?v=4)](https://github.com/taoceanz "taoceanz (1 commits)")

### Embed Badge

![Health badge](/badges/pmachapman-silverstripe-timepickerfield/health.svg)

```
[![Health](https://phpackages.com/badges/pmachapman-silverstripe-timepickerfield/health.svg)](https://phpackages.com/packages/pmachapman-silverstripe-timepickerfield)
```

###  Alternatives

[insolita/unused-scanner

Detect unused composer dependencies

4261.1M13](/packages/insolita-unused-scanner)[kartik-v/yii2-widget-datetimepicker

Enhanced Yii2 wrapper for the bootstrap datetimepicker plugin (sub repo split from yii2-widgets)

1036.5M47](/packages/kartik-v-yii2-widget-datetimepicker)[xantios/mimey

PHP package for converting file extensions to MIME types and vice versa.

332.6M21](/packages/xantios-mimey)[wsdltophp/packagebase

Contains the base classes to be used by classes generated by wsdltophp/packagegenerator

234.6M93](/packages/wsdltophp-packagebase)[onnov/detect-encoding

Text encoding definition class instead of mb\_detect\_encoding. Defines: utf-8, windows-1251, koi8-r, iso-8859-5, ibm866, .....

223.8M8](/packages/onnov-detect-encoding)[fesor/json_matcher

Collection of JSON matchers for painless usage

25119.9k2](/packages/fesor-json-matcher)

PHPackages © 2026

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