PHPackages                             siad007/fop - 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. siad007/fop

ActiveLibrary

siad007/fop
===========

Wrapper class for using fop with a fluend interface.

v1.0.1(12y ago)015MITPHP

Since Dec 15Pushed 12y ago2 watchersCompare

[ Source](https://github.com/siad007/Fop)[ Packagist](https://packagist.org/packages/siad007/fop)[ RSS](/packages/siad007-fop/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Fop
===

[](#fop)

Wrapper class for using fop with a fluend interface.

Project StatusCode QualityCode Coverage[![Build Status](https://camo.githubusercontent.com/bbe5bde4674ec415a924341b4b44591402ad1f7d995a41580391ee33516169d2/68747470733a2f2f7472617669732d63692e6f72672f736961643030372f466f702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/siad007/Fop)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a6eb9d16f31933e28a347d4b9e0af63a873d263e4f06230fb6ea56d6cbdcc419/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736961643030372f466f702f6261646765732f7175616c6974792d73636f72652e706e673f733d35386661643065346531356361623262646134653239643064376331363666323664333366346330)](https://scrutinizer-ci.com/g/siad007/Fop/)[![Code Coverage](https://camo.githubusercontent.com/89a7517c35ed2ccd8e7ec78d0a1a995d2ff38c77c048d86ddb6c1e7e6684bf31/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736961643030372f466f702f6261646765732f636f7665726167652e706e673f733d65383061373735326561333964373565303534363130336366633533393666386430663362306464)](https://scrutinizer-ci.com/g/siad007/Fop/)Example usage:

```
use siad007\Fop\Command as Fop;
use siad007\Fop\Arguments as Args;
use siad007\Fop\Options as Opts;

$args = new Args();
$args['fo']  = __DIR__ . '/../data/test.fo';
$args['pdf'] = __DIR__ . '/../output/test.pdf'

$opts = new Opts();
$opts->setQuiet(true);

$fop = new Fop($args, $opts);
$fop->generatePdf();

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 96.7% 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 ~110 days

Total

2

Last Release

4417d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/197f7436c47067343def1d182dd597dbd104774fe17071e0b983487dc3652fe8?d=identicon)[siad007](/maintainers/siad007)

---

Top Contributors

[![siad007](https://avatars.githubusercontent.com/u/2149445?v=4)](https://github.com/siad007 "siad007 (59 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

### Embed Badge

![Health badge](/badges/siad007-fop/health.svg)

```
[![Health](https://phpackages.com/badges/siad007-fop/health.svg)](https://phpackages.com/packages/siad007-fop)
```

PHPackages © 2026

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