Linux amd.servercpanel.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
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
oishifashion /
ap.tsgbd.com /
vendor /
mpdf /
mpdf /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2025-12-16 02:00
data
[ DIR ]
drwxr-xr-x
2025-12-16 02:00
src
[ DIR ]
drwxr-xr-x
2025-12-16 02:00
tmp
[ DIR ]
drwxr-xr-x
2025-12-16 02:00
ttfonts
[ DIR ]
drwxr-xr-x
2025-12-16 02:00
.gitignore
23
B
-rw-r--r--
2025-12-16 02:00
CHANGELOG.md
38.58
KB
-rw-r--r--
2025-12-16 02:00
CREDITS.txt
4.72
KB
-rw-r--r--
2025-12-16 02:00
LICENSE.txt
14.86
KB
-rw-r--r--
2025-12-16 02:00
README.md
5.41
KB
-rw-r--r--
2025-12-16 02:00
composer.json
1.73
KB
-rw-r--r--
2025-12-16 02:00
phpunit.xml
513
B
-rw-r--r--
2025-12-16 02:00
ruleset.xml
1.83
KB
-rw-r--r--
2025-12-16 02:00
Save
Rename
{ "name": "mpdf/mpdf", "type": "library", "description": "PHP library generating PDF files from UTF-8 encoded HTML", "keywords": ["php", "pdf", "utf-8"], "homepage": "https://mpdf.github.io", "license": ["GPL-2.0-only"], "authors": [ { "name": "Matěj Humpál", "role": "Developer, maintainer" }, { "name": "Ian Back", "role": "Developer (retired)" } ], "support": { "issues": "https://github.com/mpdf/mpdf/issues", "source": "https://github.com/mpdf/mpdf", "docs": "http://mpdf.github.io" }, "require": { "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", "ext-gd": "*", "ext-mbstring": "*", "myclabs/deep-copy": "^1.7", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php-http/message-factory": "^1.0", "psr/http-message": "^1.0", "psr/log": "^1.0 || ^2.0", "setasign/fpdi": "^2.1" }, "require-dev": { "mockery/mockery": "^1.3.0", "mpdf/qrcode": "^1.1.0", "squizlabs/php_codesniffer": "^3.5.0", "tracy/tracy": "~2.5", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "ext-bcmath": "Needed for generation of some types of barcodes", "ext-zlib": "Needed for compression of embedded resources, such as fonts", "ext-xml": "Needed mainly for SVG manipulation" }, "autoload": { "psr-4": { "Mpdf\\": "src/" } }, "autoload-dev": { "psr-4": { "Mpdf\\": "tests/Mpdf" }, "files": [ "src/functions-dev.php" ] }, "scripts": { "post-install-cmd": [ "php -r \"chmod('./tmp', 0777);\"" ], "cs": "@php vendor/bin/phpcs -v --report-width=160 --standard=ruleset.xml --severity=1 --warning-severity=0 --extensions=php src utils tests", "test": "@php vendor/bin/phpunit", "coverage": "@php vendor/bin/phpunit --coverage-text" }, "config": { "sort-packages": true } }