Skip to content

Instantly share code, notes, and snippets.

View corenominal's full-sized avatar

Philip Newborough corenominal

View GitHub Profile
@Rodrigo54
Rodrigo54 / php-html-css-js-minifier.php
Last active May 22, 2024 04:25 — forked from taufik-nurrohman/php-html-css-js-minifier.php
PHP Function to Minify HTML, CSS and JavaScript
<?php
/**
* -----------------------------------------------------------------------------------------
* Based on `https://github.com/mecha-cms/mecha-cms/blob/master/system/kernel/converter.php`
* -----------------------------------------------------------------------------------------
*/
// HTML Minifier
function minify_html($input) {