Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
vendor /
spipu /
html2pdf /
Delete
Unzip
Name
Size
Permission
Date
Action
doc
[ DIR ]
drwxr-xr-x
2022-04-21 14:23
examples
[ DIR ]
drwxr-xr-x
2022-07-01 18:32
src
[ DIR ]
drwxr-xr-x
2022-04-21 14:23
test
[ DIR ]
drwxr-xr-x
2022-04-21 14:23
.gitignore
158
B
-rw-r--r--
2022-04-21 14:23
.travis.yml
165
B
-rw-r--r--
2022-04-21 14:23
CHANGELOG.md
20.77
KB
-rw-r--r--
2022-04-21 14:23
LICENSE.md
10.14
KB
-rw-r--r--
2022-04-21 14:23
README.md
1.21
KB
-rw-r--r--
2022-04-21 14:23
composer.json
915
B
-rw-r--r--
2022-04-21 14:23
phpunit.xml
974
B
-rw-r--r--
2022-04-21 14:23
Save
Rename
{ "name": "spipu/html2pdf", "type": "library", "description": "Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE", "keywords": ["html", "pdf", "html2pdf"], "homepage": "http://html2pdf.fr/", "license": "OSL-3.0", "authors": [ { "name": "Spipu", "homepage": "https://github.com/spipu", "role": "Developer" } ], "require": { "php": "^5.6 || ^7.0 || ^8.0", "ext-mbstring": "*", "ext-gd": "*", "tecnickcom/tcpdf": "^6.3" }, "require-dev": { "phpunit/phpunit": "^5.0" }, "suggest": { "fagundes/zff-html2pdf": "if you need to integrate Html2Pdf with Zend Framework 2 (zf2)", "ext-gd": "Allows to embed images into the PDF" }, "autoload": { "psr-4": { "Spipu\\Html2Pdf\\": "src/" } } }