smartinus44 / phpfilemerger
将多个PHP文件合并为一个PHP文件,我在Codingame中使用了这个脚本。
v1.0.3
2019-03-09 23:54 UTC
Requires
- php: ~7.1
- squizlabs/php_codesniffer: ^3.4
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-09-05 02:09:49 UTC
README
将多个PHP文件合并为一个PHP文件,我在Codingame中使用了这个脚本。
这是一个这个库的入门级项目
https://github.com/smartinus44/testphpfilemerger
结构
bin/
tests/
vendor/
src/ => put your files in this directory.
public/ => result file concatened will be find here.
安装
通过Composer
composer require smartinus44/phpfilemerger
使用方法
// Go to your installation directory
cd phpfilemerger/
composer start
变更日志
有关最近更改的更多信息,请参阅变更日志。
测试
composer test
贡献
有关详细信息,请参阅贡献指南。
安全
如果您发现任何与安全相关的问题,请通过:author_email 发送电子邮件,而不是使用问题跟踪器。
致谢
- [Sylvain MARTIN][https://github.com/smartinus44]
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证文件。