shotanue/php-skeleton

通用的PHP项目骨架包

0.0.1 2022-08-01 19:21 UTC

This package is auto-updated.

Last update: 2024-09-15 06:45:28 UTC


README

基于 https://github.com/koriym/Koriym.PhpSkeleton

创建项目

要创建您的项目,请在您的控制台中输入以下命令。

composer create-project shotanue/php-skeleton <project-path>

依赖

调试骨架

mkdir build

cd build

cat << EOF > package.json
{
    "package": {
        "name": "shotanue/php-skeleton",
        "version": "0.0.0",
        "source": {
            "url": "./../.git",
            "type": "git",
            "reference": "main"
        }
    }
}
EOF

composer create-project --repository-url=./package.json shotanue/php-skeleton test