https://github.com/cedx/php-minifier.net
Minify PHP source code by removing comments and whitespace.
https://github.com/cedx/php-minifier.net
csharp dotnet php
Last synced: 10 months ago
JSON representation
Minify PHP source code by removing comments and whitespace.
- Host: GitHub
- URL: https://github.com/cedx/php-minifier.net
- Owner: cedx
- License: mit
- Created: 2025-07-26T20:12:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T20:41:17.000Z (11 months ago)
- Last Synced: 2025-08-24T08:21:21.654Z (11 months ago)
- Topics: csharp, dotnet, php
- Language: C#
- Homepage: https://github.com/cedx/php-minifier.net/wiki
- Size: 193 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- 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.
Based on the [`php_strip_whitespace()`](https://www.php.net/manual/en/function.php-strip-whitespace.php) function.
## Documentation
- [User guide](https://github.com/cedx/php-minifier.net/wiki)
- [Examples](https://github.com/cedx/php-minifier.net/tree/main/example)
## Development
- [Git repository](https://github.com/cedx/php-minifier.net)
- [Submit an issue](https://github.com/cedx/php-minifier.net/issues)
## License
[PHP Minifier](https://github.com/cedx/php-minifier.net) is distributed under the MIT License.