phpexpertseu / datetimeimmutable-form-bundle
This bundle for Symfony3 replaces the mutable DateTime classes with DateTimeImmutable in forms
Package info
github.com/PHPExpertsEU/DateTimeImmutableFormBundle
pkg:composer/phpexpertseu/datetimeimmutable-form-bundle
3.0.0
2018-01-22 18:28 UTC
Requires
- php: >=7.0
- symfony/framework-bundle: ~3.0
This package is not auto-updated.
Last update: 2026-02-22 14:27:06 UTC
README
The purpose of DateTimeImmutableFormBundle bundle is to replace mutable DateTime classes in the Form component of Symfony framework. The bundle adds a model transformer to date, time and datetime form types.
Requirements
- PHP >= 7.0 since DateTimeImmutable isn't supported in earlier versions
- Symfony Framework >= 3.0
Installation
You can find the installation instructions here.