datetime-factory

PHP requirements Latest version Total downloads License

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