Download the PHP package basselin/php-minify without Composer
On this page you can find all versions of the php package basselin/php-minify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download basselin/php-minify
More information about basselin/php-minify
Files in basselin/php-minify
Download basselin/php-minify
More information about basselin/php-minify
Files in basselin/php-minify
Vendor basselin
Package php-minify
Short Description PhpMinify is a little tool to minify your application php like the javascript minify tools.
License MIT
Homepage https://github.com/basselin/php-minify
Package php-minify
Short Description PhpMinify is a little tool to minify your application php like the javascript minify tools.
License MIT
Homepage https://github.com/basselin/php-minify
Keywords minifyphp_strip_whitespace
Please rate this library. Is it a good library?
Informations about the package php-minify
PhpMinify for PHP
PhpMinify is a little tool to minify your application php like the javascript minify tools.
PhpMinify uses php_strip_whitespace()
. The script compresses a source directory to a target directory.
Usage
Options
Key | Description | Type | Default |
---|---|---|---|
source |
Source directory | string | 'module/' |
target |
Target directory | string | 'modulemin/' |
banner |
Banner comment for each php file <?php /* My Banner */ |
string | '' |
extensions |
Extensions to minify | array | array('inc', 'php', 'phtml') |
exclusions |
Extensions to be ignored during the copy | array | array('md') |
All versions of php-minify with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.1
The package basselin/php-minify contains the following files
Loading the files please wait ....