-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Cédric Belin edited this page Jul 29, 2025
·
17 revisions
Minify PHP source code by removing comments and whitespace.
Based on the php_strip_whitespace()
function.
Install the latest version of PHP Minifier with npm package manager:
npm install @cedx/php-minifier
For detailed instructions, see the installation guide.