PHPackages                             jmischer/cake-pdfreactor - 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. jmischer/cake-pdfreactor

ActiveCakephp-plugin[PDF &amp; Document Generation](/categories/documents)

jmischer/cake-pdfreactor
========================

CakePdf PdfReactor engine plugin for CakePHP

2.1.2(2mo ago)0429MITPHPCI failing

Since Oct 31Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/jmischer/cake-pdfreactor)[ Packagist](https://packagist.org/packages/jmischer/cake-pdfreactor)[ RSS](/packages/jmischer-cake-pdfreactor/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (7)Dependencies (6)Versions (9)Used By (0)

[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

CakePdf PDFreactor engine plugin for CakePHP
============================================

[](#cakepdf-pdfreactor-engine-plugin-for-cakephp)

This plugin contains a wrapper engine for the PDFreactor Web Service Client to use with the CakePHP 4.x [CakePdf plugin](https://github.com/FriendsOfCake/CakePdf).

For CakePHP 3.x use the 1.x branch.

This Plugin is not affiliated with RealObjects.com and does not contain the Webservice client. You will need to import it, e.g. in your applications `bootstrap.php`.

```
require_once '/path/to/PDFreactor/wrappers/php/lib/PDFreactor.class.php';
```

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

[](#installation)

Install using [Composer](https://getcomposer.org):

```
composer require jmischer/cake-pdfreactor
```

Configuration
-------------

[](#configuration)

`config/cakepdf.php`:

```
return [
    'CakePdf' => [
        'engine' => [
            'className' => 'JMischer/CakePDFreactor.PDFreactor',
            'client' => [
                'className' => '\com\realobjects\pdfreactor\webservice\client\PDFreactor',
                'serviceUrl' => 'http://localhost:9423/service/rest',
                'apiKey' => 'your_secret_api_key_if_needed'
            ],
            'convertAsync' => false,
            'options' => [
                // PDFreactor configuration ...
            ]
        ]
    ]
];
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance83

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~342 days

Recently: every ~521 days

Total

8

Last Release

86d ago

Major Versions

1.x-dev → 2.0.02023-06-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21217601?v=4)[Jens Mischer](/maintainers/jmischer)[@jmischer](https://github.com/jmischer)

---

Top Contributors

[![jmischer](https://avatars.githubusercontent.com/u/21217601?v=4)](https://github.com/jmischer "jmischer (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jmischer-cake-pdfreactor/health.svg)

```
[![Health](https://phpackages.com/badges/jmischer-cake-pdfreactor/health.svg)](https://phpackages.com/packages/jmischer-cake-pdfreactor)
```

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3722.4M7](/packages/friendsofcake-cakepdf)[cakephp/debug_kit

CakePHP Debug Kit

86214.9M183](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.2M222](/packages/cakephp-bake)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1892.4M48](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3321.0M51](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308995.7k27](/packages/dereuromark-cakephp-queue)

PHPackages © 2026

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