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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. pdfapi/zf2-pdfapi-module

AbandonedArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

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 3w 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 36% 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

3515d 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

[42coders/document-templates

Document template management package.

19940.0k](/packages/42coders-document-templates)[qipsius/tcpdf-bundle

A bundle to easily integrate TCPDF into Symfony

23749.5k](/packages/qipsius-tcpdf-bundle)[macopedia/magmi2

Magento Mass Importer 'Magmi' for Magento 2

11615.7k](/packages/macopedia-magmi2)[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.4k](/packages/tarfin-labs-easy-pdf)[ikkez/f3-sheet

Some Excel and CSV utilities for PHP Fat-Free Framework

1414.8k](/packages/ikkez-f3-sheet)[nilgems/laravel-textract

A Laravel package to extract text from files like DOC, XL, Image, Pdf and more. I've developed this package by inspiring "npm textract".

195.7k](/packages/nilgems-laravel-textract)

PHPackages © 2026

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