PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Emilio Sanchez   PHP ePub Generator Tool   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP ePub Generator Tool
Create ebook files dynamically in the EPub format
Author: By
Last change:
Date: 6 years ago
Size: 814 bytes
 

Contents

Class file image Download
{ "name": "grandt/phpepub", "type": "library", "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", "keywords": ["epub", "e-book"], "homepage": "https://github.com/Grandt/PHPZip", "license": "LGPL-2.1", "minimum-stability": "stable", "authors": [ { "name": "A. Grandt", "email": "php@grandt.com", "homepage": "http://grandt.com", "role": "Developer" } ], "require": { "php": ">=5.3.0", "phpzip/phpzip": "~2.0.7", "grandt/phpresizegif": "~1.0.3", "grandt/relativepath": "~1.0.1" }, "autoload": { "psr-4": { "PHPePub\\": "src/PHPePub" }, "classmap": [ "src/lib.uuid.php" ] } }