phpexpertseu/datetimeimmutable-form-bundle

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

Installs: 1 310

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/phpexpertseu/datetimeimmutable-form-bundle

3.0.0 2018-01-22 18:28 UTC

This package is not auto-updated.

Last update: 2025-12-14 13:41:07 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.