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.26(4w ago)046MITPHPPHP ^8.1

Since Jun 7Pushed 1mo 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 3w ago

READMEChangelogDependencies (17)Versions (27)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

Maintenance93

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

23

Last Release

28d ago

PHP version history (3 changes)v1.0.0PHP &gt;=8.4

v1.0.8PHP ^8.2

v1.0.11PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![corvet](https://avatars.githubusercontent.com/u/31888560?v=4)](https://github.com/corvet "corvet (2 commits)")

###  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.9M400](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.9M754](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.2k18.1k](/packages/prestashop-prestashop)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[oro/platform

Business Application Platform (BAP)

645143.5k116](/packages/oro-platform)

PHPackages © 2026

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