chebur / datetime-factory
DateTimeFactoryInterface with mutable and immutable implementations
Installs: 11
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chebur/datetime-factory
Requires
- php: ^7.1.3
This package is not auto-updated.
Last update: 2025-10-07 12:27:01 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