Skip to content

Instantly share code, notes, and snippets.

View alexonbalangue's full-sized avatar
💭
I may be slow to respond.

Alexon Balangue alexonbalangue

💭
I may be slow to respond.
View GitHub Profile
@alexonbalangue
alexonbalangue / php-html-css-js-minifier.php
Created March 5, 2016 12:50 — 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) {