An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# PHP Minifier
![.NET](https://badgen.net/badge/.net/%3E%3D8.0/green) ![NuGet](https://badgen.net/nuget/v/Belin.PhpMinifier) ![License](https://badgen.net/badge/license/MIT/blue) ![Downloads](https://badgen.net/nuget/dt/Belin.PhpMinifier)

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.