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: about 1 month 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T14:32:24.000Z (over 1 year ago)
- Last Synced: 2023-12-24T09:43:28.616Z (over 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
   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)
- [API reference](https://cedx.github.io/php-minifier)
- [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.