webphpack
v1.2.4
Diese Bibliothek ersetzt die Stil-/Skript-Tags aus dem eingegebenen HTML-Quellcode und gibt einfachen HTML-Code zurück, der zur Ausgabe bereit ist. Das Laden erfolgt asynchron für Javascript/CSS.
HTTP2-Push-Unterstützung hinzugefügt.
$ webphpack = new webphpack ($htmlsource);
$ webphpack ->caching = true;
$ webphpack ->httpush = true;
$ webphpack ->combineJS();
$ webphpack ->combineCSS();
$ webphpack ->output();
oder verschachtelt
$ webphpack = new webphpack ($htmlsource);
$newHTMLsource = $ webphpack ->combineJS()->combineCSS()->output();