PHP Classes

File: system/dependencies/spipu/html2pdf/composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/spipu/html2pdf/composer.json   Download  
File: system/dependencies/spipu/html2pdf/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 1,016 bytes
 

Contents

Class file image Download
{ "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.4 || ^7.0", "ext-mbstring": "*", "tecnickcom/tcpdf": "^6.2" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0", "phake/phake": "^2.0", "squizlabs/php_codesniffer": "^3.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/" } }, "config": { "bin-dir": "bin" } }