PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   PHP Chrome PDF   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Chrome PDF
Generate PDF or images of HTML pages with Chrome
Author: By
Last change: add's phpunit to dev of composer file
Date: 6 years ago
Size: 679 bytes
 

Contents

Class file image Download
{ "name": "dawood/phpchromepdf", "description": "A slim PHP wrapper around google-chrome to convert url to pdf or to take screenshots , easy to use and clean OOP interface", "type": "library", "license": "MIT", "keywords": ["shell","php","pdf","chrome","screenshots"], "authors": [ { "name": "Dawood Ikhlaq", "email": "daudmalik06@gmail.com" } ], "minimum-stability": "stable", "require": { "mikehaertl/php-shellcommand": "^1.2" }, "autoload": { "psr-4": { "dawood\\phpChrome\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^6.2" } }