eru123/linker-template

链接器项目

1.03 2020-12-26 08:37 UTC

This package is auto-updated.

Last update: 2024-09-29 05:49:03 UTC


README

链接器项目

安装

通过 composer

composer create-project eru123/linker-template <ProjectName>

通过 git

git clone https://github.com/eru123/linker-template.git <ProjectName>

构建

# disable phar.readonly and phar.require_hash mode via cli
php -d phar.readonly=0 -d phar.require_hash=0 compile
# If phar.readonly and phar.require_hash is already disabled in php.ini
php compile

# The project build directory is `dist`

链接器框架

更多信息请见 链接器框架