PHPackages                             bukashk0zzz/timestamptype-bundle - 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. bukashk0zzz/timestamptype-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

bukashk0zzz/timestamptype-bundle
================================

A simple Symfony bundle that adds timestamp form field type.

v2.4.2(2y ago)157.9k↓24.8%MITPHPPHP &gt;=7.1.0CI failing

Since Feb 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Bukashk0zzz/TimestampTypeBundle)[ Packagist](https://packagist.org/packages/bukashk0zzz/timestamptype-bundle)[ Docs](https://github.com/bukashk0zzz/TimestampTypeBundle)[ RSS](/packages/bukashk0zzz-timestamptype-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (15)Used By (0)

Symfony TimestampType Bundle
============================

[](#symfony-timestamptype-bundle)

[![Build Status](https://camo.githubusercontent.com/11239c71ebef0975423bc2cbb186f625b2cd6198487e0e6b88b431b2ef8a7af9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f42756b6173686b307a7a7a2f54696d657374616d705479706542756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Bukashk0zzz/TimestampTypeBundle)[![Code Coverage](https://camo.githubusercontent.com/c81f47a4419cc478ed18951d0d8ecffe66396f981219ea3e9cbc30ee0b03e247/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f42756b6173686b307a7a7a2f54696d657374616d705479706542756e646c652e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/Bukashk0zzz/TimestampTypeBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d6dc6d6af2736ab208a82bc707836bdfe96745c087f7a9a8bd467d0d7d355353/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f42756b6173686b307a7a7a2f54696d657374616d705479706542756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Bukashk0zzz/TimestampTypeBundle/?branch=master)[![License](https://camo.githubusercontent.com/867d95bc8f2d895eb6cb59e612b441d1234698829d71f1673d1fd09687824892/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f42756b6173686b307a7a7a2f74696d657374616d70747970652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Bukashk0zzz/timestamptype-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/ab8753a54fe194e060bb303b18fb9c2329ebac4c7cda1c0dd904ac7175c2749d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f42756b6173686b307a7a7a2f74696d657374616d70747970652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Bukashk0zzz/timestamptype-bundle)[![Total Downloads](https://camo.githubusercontent.com/cce9697e5c4a0f7f0c4708ce69cd5575d78ff17a71859262d0b300fdd9da2fd4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f42756b6173686b307a7a7a2f74696d657374616d70747970652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Bukashk0zzz/timestamptype-bundle)

About
-----

[](#about)

A simple Symfony bundle that adds timestamp form field type.

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

[](#installation)

Add this to your `composer.json` file:

```
"require": {
	"bukashk0zzz/timestamptype-bundle": "^2.0",
}
```

Add the bundle to `app/AppKernel.php`

```
$bundles = array(
	// ... other bundles
	new Bukashk0zzz\TimestampTypeBundle\Bukashk0zzzTimestampTypeBundle(),
);
```

Configuration
-------------

[](#configuration)

Not needed.

Usage
-----

[](#usage)

Inside a FormType:

```
class AccountProfileType extends AbstractType
{
    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            ->add('nameFirst', TextType::class, ['label' => 'First Name'])
            ->add('nameLast', TextType::class, ['label' => 'Last Name'])
            ->add('startWorking', TimestampType::class, [
                'label' => 'Start working from',
                'required' => false,
            ])
        ;
    }
}
```

Copyright / License
-------------------

[](#copyright--license)

See [LICENSE](https://github.com/bukashk0zzz/TimestampTypeBundle/blob/master/LICENSE)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~229 days

Recently: every ~394 days

Total

14

Last Release

774d ago

Major Versions

v1.0.4 → v2.0.02017-12-08

PHP version history (2 changes)v1.0.0PHP &gt;=5.6.0

v2.0.0PHP &gt;=7.1.0

### Community

Maintainers

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

---

Top Contributors

[![Bukashk0zzz](https://avatars.githubusercontent.com/u/1908342?v=4)](https://github.com/Bukashk0zzz "Bukashk0zzz (28 commits)")

---

Tags

bundlephpsymfonysymfony-bundlesymfony3-bundlesymfonybundletypeformtimestamp

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bukashk0zzz-timestamptype-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bukashk0zzz-timestamptype-bundle/health.svg)](https://phpackages.com/packages/bukashk0zzz-timestamptype-bundle)
```

###  Alternatives

[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[a2lix/auto-form-bundle

Automate form building

873.8M11](/packages/a2lix-auto-form-bundle)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[shapecode/hidden-entity-type-bundle

Hidden field for Symfony entities

28428.6k1](/packages/shapecode-hidden-entity-type-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)

PHPackages © 2026

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