PHPackages                             arhitector/php-djvu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. arhitector/php-djvu

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

arhitector/php-djvu
===================

PHP Djvu

0551PHP

Since Dec 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/jack-theripper/php-djvu)[ Packagist](https://packagist.org/packages/arhitector/php-djvu)[ RSS](/packages/arhitector-php-djvu/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

The library for work with DJVU files.
-------------------------------------

[](#the-library-for-work-with-djvu-files)

How to install
--------------

[](#how-to-install)

```
$ composer require arhitector/php-djvu dev-master
```

How to use
----------

[](#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
-------

[](#license)

[MIT License](LICENSE "MIT LICENSE").

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5256163?v=4)[Arhitector](/maintainers/Arhitector)[@Arhitector](https://github.com/Arhitector)

---

Top Contributors

[![jack-theripper](https://avatars.githubusercontent.com/u/6401841?v=4)](https://github.com/jack-theripper "jack-theripper (1 commits)")

---

Tags

djvudjvu-filesphp

### Embed Badge

![Health badge](/badges/arhitector-php-djvu/health.svg)

```
[![Health](https://phpackages.com/badges/arhitector-php-djvu/health.svg)](https://phpackages.com/packages/arhitector-php-djvu)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
