hans-thomas/common

常用类集合。

v1.0.0 2022-08-19 13:25 UTC

This package is auto-updated.

Last update: 2024-09-28 12:53:34 UTC


README

常用类库,如工具和助手。

安装

在您的 composer.json 中包含以下内容

#!json
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/epubli/common.git"
        }
    ]
    "require": {
        "epubli/common": "dev-master"
    }
}

然后执行以下操作

#!shell

$ composer install