PHPackages                             corvet/light-field-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. corvet/light-field-bundle

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

corvet/light-field-bundle
=========================

Custom fields with masked for Symfony 8

v1.0.3(1w ago)04MITPHPPHP &gt;=8.4

Since May 21Pushed 1w agoCompare

[ Source](https://github.com/corvet/light-field-bundle)[ Packagist](https://packagist.org/packages/corvet/light-field-bundle)[ RSS](/packages/corvet-light-field-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (12)Versions (5)Used By (0)

Corvet Light Fields Bundle
==========================

[](#corvet-light-fields-bundle)

Custom masked date input field with integrated Flatpickr calendar and custom footer buttons (Today / Clear) for Symfony 8+ and AssetMapper (Symfony UX).

Features
--------

[](#features)

- **Inputmask integration** (formats text as `dd.mm.yyyy` dynamically).
- **Flatpickr integration** (dark theme by default).
- **Custom Footer Buttons**: Single-click buttons for "Today" and "Clear" that work perfectly with the input mask without stripping data.
- **Zero Node/NPM dependencies** (built natively for Symfony AssetMapper).

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

[](#installation)

### 1. Download the Bundle

[](#1-download-the-bundle)

Run the following command in your Symfony project:

```
composer require corvet/light-field-bundle
```

### 2. Install JavaScript Dependencies

[](#2-install-javascript-dependencies)

Since this bundle relies on `flatpickr` and `inputmask` via AssetMapper, import them into your application's `importmap.php`:

```
php bin/console importmap:require flatpickr inputmask
bin/console importmap:require flatpickr/dist/themes/dark.css
```

Usage
-----

[](#usage)

Simply use `LightDateType::class` in your Symfony forms:

```
use Corvet\LightFieldBundle\Form\LightDateType;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;

class OrderType extends AbstractType
{
    public function buildForm(FormBuilderInterface $builder, array $options): void
    {
        $builder->add('createdAt', LightDateType::class, [
            'label' => 'Select Date',
        ]);
    }
}
```

License
-------

[](#license)

MIT License. See [LICENSE](https://www.google.com/search?q=LICENSE) for more information.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance98

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

4

Last Release

9d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/corvet-light-field-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/corvet-light-field-bundle/health.svg)](https://phpackages.com/packages/corvet-light-field-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M370](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M710](/packages/sylius-sylius)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1715.6k12](/packages/2lenet-crudit-bundle)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)[forumify/forumify-platform

132.0k12](/packages/forumify-forumify-platform)[ehyiah/ux-quill

Symfony UX Bundle to use Quill JS wysiwyg text editor with full and easy customisation

6183.7k3](/packages/ehyiah-ux-quill)

PHPackages © 2026

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