technosophos/phpcompressor
Composer 安装命令:
composer require technosophos/phpcompressor
包简介
A simple PHP compressor that removes unnecessary data from PHP source code.
关键字:
README 文档
README
Authors: M Butcher (matt@aleph-null.tv), J Pruis (email@jurriaanpruis.nl)
Copyright (c) 2009-2010. Licensed under an MIT-style license. See COPYING-MIT.txt
About this package
This package provides a very simple PHP code compressor. It reads a single source file and then loads that source, along with all of the other locally included files, into one bigger file. The larger file is compacted by removing as much superfluous data as possible, including comments and whitespace.
Using this tool
Usage:
php ./src/phpcompactor.php compressed_file.php source_file.php
This will compress source_file.php and all of its dependencies into compressed_file.php.
统计信息
- 总下载量: 760
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 27
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-02-03