chebur / datetime-factory
DateTimeFactoryInterface with mutable and immutable implementations
0.0.2
2020-05-25 10:05 UTC
Requires
- php: ^7.1.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 16:34:25 UTC
README
Installation
Require it with composer:
composer require chebur/datetime-factory
Configuration
Symfony
services: # Alias Chebur\DateTimeFactory\DateTimeFactoryInterface: '@chebur.datetime_factory' # Service implementing DateTimeFactoryInterface, you can change it with your own implementation chebur.datetime_factory: class: Chebur\DateTimeFactory\DateTimeFactory