chebur/datetime-factory

DateTimeFactoryInterface 带有可变和不可变实现的类

0.0.2 2020-05-25 10:05 UTC

This package is not auto-updated.

Last update: 2024-09-24 07:07:08 UTC


README

PHP requirements Latest version Total downloads License

安装

使用 composer 安装它

composer require chebur/datetime-factory

配置

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