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
Requires
- php: ^7.1
Requires (Dev)
- doctrine/orm: ^2.6
- phpunit/phpunit: ^7.0 || ^8.0
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.