mandarinmedien/doctrine-date-types

A set of Doctrine 2 date types.

Installs: 288

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/mandarinmedien/doctrine-date-types

1.0.0 2019-05-29 08:11 UTC

This package is auto-updated.

Last update: 2025-09-29 02:14:55 UTC


README

DBAL types to Doctrine 2 that add support for conversion of unix timestamps to datetime object and vice versa:

  • unixdatetime
  • unixdatetime_immutable

For more information check out the documentation of Doctrine Custom Mapping Types and Registering custom Mapping Types in Symfony.