PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   YII D3 PHP PDF Object   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YII D3 PHP PDF Object
Embed PDF documents in HTML pages
Author: By
Last change:
Date: 4 years ago
Size: 562 bytes
 

Contents

Class file image Download
{ "name": "d3yii2/pdfobject", "description": "Yii2 extension for the PDFObject - A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents. http://pdfobject.com/", "type": "yii2-extension", "keywords": ["yii2","extension"," pdf"], "license": "MIT", "authors": [ { "name": "Lauris Mierkalns", "email": "latpages@gmail.com" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-4": { "d3yii2\\pdfobject\\": "" } } }