PHPackages                             kiirpi/pdf-service-provider - 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. kiirpi/pdf-service-provider

ActiveLibrary

kiirpi/pdf-service-provider
===========================

A Pdf service provider for Silex, based on Zend\_Pdf library.

118PHP

Since Sep 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kiirpi/PdfServiceProvider)[ Packagist](https://packagist.org/packages/kiirpi/pdf-service-provider)[ RSS](/packages/kiirpi-pdf-service-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PdfServiceProvider
==================

[](#pdfserviceprovider)

A Pdf Service Provider for [Silex](http://silex.sensiolabs.org/), based on [ZendPdf](http://framework.zend.com/manual/1.12/en/zend.pdf.html) library.

[![Build Status](https://camo.githubusercontent.com/d6ada0feadf713d213d0f7cb1fd64aaa6b15de2f6e0ed076a85aad6ddb37c6c4/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f65726976656c6c6f2f5064665365727669636550726f76696465722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/erivello/PdfServiceProvider)

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

[](#installation)

Installation is very easy, it makes use of [Composer](http://getcomposer.org/).

### Install Composer

[](#install-composer)

Run this in your command line:

```
$ curl -s http://getcomposer.org/installer | php
```

Or [download composer.phar](http://getcomposer.org/composer.phar) into the project root.

### Add PdfServiceProvider to your composer.json

[](#add-pdfserviceprovider-to-your-composerjson)

```
"require": {
    "php": "> 5.3.3",
    "erivello/pdf-service-provider": "dev-develop"
}

```

### Install Dependencies

[](#install-dependencies)

Run the following command:

```
$ php composer.phar install
```

Now PdfServiceProvider is installed into your vendor directory.

Registering
-----------

[](#registering)

```
$app->register(new Erivello\Silex\PdfServiceProvider());

```

Usage
-----

[](#usage)

You can access the PdfServiceProvider by calling `$app['pdf.generator']`.

Tests
-----

[](#tests)

```
$ php composer.phar install && phpunit
```

License
-------

[](#license)

The PdfServiceProvider is licensed under the MIT license.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.9% 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://www.gravatar.com/avatar/77ff6da0db7f78a67dcdfa041d8bac303e4415106366687412e99a2febb19265?d=identicon)[kiirpi](/maintainers/kiirpi)

---

Top Contributors

[![erivello](https://avatars.githubusercontent.com/u/626131?v=4)](https://github.com/erivello "erivello (56 commits)")[![kiirpi](https://avatars.githubusercontent.com/u/14698?v=4)](https://github.com/kiirpi "kiirpi (2 commits)")[![royopa](https://avatars.githubusercontent.com/u/442991?v=4)](https://github.com/royopa "royopa (1 commits)")

### Embed Badge

![Health badge](/badges/kiirpi-pdf-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/kiirpi-pdf-service-provider/health.svg)](https://phpackages.com/packages/kiirpi-pdf-service-provider)
```

PHPackages © 2026

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