phpexpertseu/datetimeimmutable-form-bundle

This bundle for Symfony3 replaces the mutable DateTime classes with DateTimeImmutable in forms

3.0.0 2018-01-22 18:28 UTC

This package is not auto-updated.

Last update: 2024-03-24 05:27:53 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.