![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/rentpix.corals.io/vendor/spiritix/php-chrome-html2pdf/ |
{ "name": "spiritix/php-chrome-html2pdf", "type": "library", "description": "A PHP library for converting HTML to PDF using Google Chrome", "license": "MIT", "keywords": [ "php", "html", "pdf", "Html2Pdf", "html2pdf", "chrome", "headless", "puppeteer" ], "authors": [ { "name": "Matthias Isler", "email": "[email protected]" } ], "require": { "php": "^8.0", "eloquent/composer-npm-bridge": "^5.0" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { "Spiritix\\Html2Pdf\\": "src/Spiritix/Html2Pdf/" } }, "autoload-dev": { "psr-4": { "Spiritix\\Html2Pdf\\Tests\\": "tests/php/" } }, "minimum-stability": "stable", "extra": { "npm-bridge": { "timeout": 3600 } }, "config": { "allow-plugins": { "eloquent/composer-npm-bridge": true } }, "scripts": { "test": "./vendor/bin/phpunit" } }