phpexpertseu / datetimeimmutable-form-bundle
This bundle for Symfony3 replaces the mutable DateTime classes with DateTimeImmutable in forms
Installs: 1 309
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
- symfony/framework-bundle: ~3.0
This package is not auto-updated.
Last update: 2024-12-15 09:03:03 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.