2017 © Pedro Peláez
 

library php-djvu

PHP Djvu

image

arhitector/php-djvu

PHP Djvu

  • Sunday, December 25, 2016
  • by Arhitector
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 88 % Grown

The README.md

The library for work with DJVU files.

How to install

$ composer require arhitector/php-djvu dev-master

How to use

use Arhitector\Djvu\Document;

// create instance of Document
$document = new Document(__DIR__.'/tests/file1.djvu');

// get the number of pages
$pages = $document->getPages();

var_dump($pages); // int 675

License

MIT License., (*1)

The Versions

25/12 2016

dev-master

9999999-dev

PHP Djvu

  Sources   Download

MIT

The Requires

 

by Dmitry Arhitector