PHPackages                             pdfapi/zf2-pdfapi-module - 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. pdfapi/zf2-pdfapi-module

AbandonedArchivedLibrary

pdfapi/zf2-pdfapi-module
========================

Zend Framework 2 module for converting PDF documents via pdfapi.io

v1.0.0(9y ago)014MITPHPPHP ^5.5|^7.0

Since Nov 8Pushed 9y ago3 watchersCompare

[ Source](https://github.com/pdfapi/zf2-pdfapi-module)[ Packagist](https://packagist.org/packages/pdfapi/zf2-pdfapi-module)[ Docs](https://pdfapi.io/)[ RSS](/packages/pdfapi-zf2-pdfapi-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Zend Framework 2 module for pdfapi.io service
=============================================

[](#zend-framework-2-module-for-pdfapiio-service)

Installation
------------

[](#installation)

pdfapi.io Zend Framework module can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require pdfapi/zf2-pdfapi-module
```

or add following line in your project composer.json:

```
"require": {
    "pdfapi/zf2-pdfapi-module": "^1.0"
},
```

Usage
-----

[](#usage)

Run command

```
composer update
```

Add your module.config.php file following lines

```
'pdfapi' => [
    'apiKey' => 'API_KEY',
],
```

or copy pdfapi.global.php.dist to your config/autload directory and rename it pdfapi.global.php

And in your code

```
/**
 * @var $pdf PdfApi
 */
$pdf = $this->serviceLocator->get(PdfApi::class);
```

For getting API KEY you need to register account at . Generating API KEY will take you 10 seconds. And it is free. Really.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3469d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed3aab3128caa0c1b5714b5b220e7e3098665afce1cd5ff0c031c9248b69857d?d=identicon)[tobre](/maintainers/tobre)

---

Top Contributors

[![tobre6](https://avatars.githubusercontent.com/u/1629750?v=4)](https://github.com/tobre6 "tobre6 (3 commits)")

### Embed Badge

![Health badge](/badges/pdfapi-zf2-pdfapi-module/health.svg)

```
[![Health](https://phpackages.com/badges/pdfapi-zf2-pdfapi-module/health.svg)](https://phpackages.com/packages/pdfapi-zf2-pdfapi-module)
```

###  Alternatives

[org_heigl/hybridauth

Lightweight Authentication Module for Zend-Framework 2 using the hybridauth-library

211.9k](/packages/org-heigl-hybridauth)

PHPackages © 2026

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