Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedx/php-minifier
Minify PHP source code by removing comments and whitespace.
https://github.com/cedx/php-minifier
gulp haxe php
Last synced: 2 months ago
JSON representation
Minify PHP source code by removing comments and whitespace.
- Host: GitHub
- URL: https://github.com/cedx/php-minifier
- Owner: cedx
- License: mit
- Created: 2016-11-03T08:54:34.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T14:32:24.000Z (about 1 year ago)
- Last Synced: 2023-12-24T09:43:28.616Z (about 1 year ago)
- Topics: gulp, haxe, php
- Language: Haxe
- Homepage: https://cedx.github.io/php-minifier/
- Size: 1.83 MB
- Stars: 26
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# PHP Minifier
![Node.js](https://badgen.net/npm/node/@cedx/php-minifier) ![npm](https://badgen.net/npm/v/@cedx/php-minifier) ![License](https://badgen.net/npm/license/@cedx/php-minifier) ![Downloads](https://badgen.net/npm/dt/@cedx/php-minifier)Minify [PHP](https://www.php.net) source code by removing comments and whitespace.
This package allows you to apply the [`php_strip_whitespace()`](https://www.php.net/manual/en/function.php-strip-whitespace.php) function to compress the code,
either using the command line or through a [Gulp](https://gulpjs.com) plugin.## Documentation
- [User guide](https://github.com/cedx/php-minifier/wiki)
- [Examples](https://github.com/cedx/php-minifier/tree/main/example)## Development
- [Git repository](https://github.com/cedx/php-minifier)
- [Submit an issue](https://github.com/cedx/php-minifier/issues)## License
[PHP Minifier](https://github.com/cedx/php-minifier) is distributed under the MIT License.