chebur/datetime-factory

DateTimeFactoryInterface with mutable and immutable implementations

Maintainers

Package info

github.com/vchebotarev/datetime-factory

Homepage

pkg:composer/chebur/datetime-factory

Statistics

Installs: 11

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2020-05-25 10:05 UTC

This package is not auto-updated.

Last update: 2026-03-10 14:19:28 UTC


README

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