oskarstark / doctrine-datetime-milliseconds-type
A Doctrine DBAL type to store DateTime with milliseconds
2.1.0
2025-01-11 11:49 UTC
Requires
- php: >=8.0
- doctrine/dbal: ^2.0 || ^3.0
- oskarstark/doctrine-postgres-milliseconds-platform: ^2.1
Requires (Dev)
- ergebnis/composer-normalize: ^2.2
- ergebnis/test-util: ^1.5
- friendsofphp/php-cs-fixer: ^2.19
- oskarstark/doctrine-type-testcases: ^1.0.1
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.14
- phpstan/phpstan-webmozart-assert: ^0.12.2
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-01-11 11:50:02 UTC
README
Usage
Installation
composer require oskarstark/doctrine-datetime-milliseconds-type
Setup
# config/packages/doctrine.yaml doctrine: dbal: types: # We want to store DateTime objects with milliseconds # The solution is built on https://github.com/doctrine/dbal/issues/2873#issuecomment-701052412 # but instead of using microseconds we use milliseconds datetime: Datana\Doctrine\Type\Doctrine\DBAL\Types\Type\DateTimeMillisecondsType