PHPackages                             hiren/pdfcrowd-bundle - 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. hiren/pdfcrowd-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

hiren/pdfcrowd-bundle
=====================

A Symfony2 bundle for working with the PDFCrowd API

011[1 issues](https://github.com/hirengosalia86/HirenPDFCrowdBundle/issues)PHP

Since Apr 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hirengosalia86/HirenPDFCrowdBundle)[ Packagist](https://packagist.org/packages/hiren/pdfcrowd-bundle)[ RSS](/packages/hiren-pdfcrowd-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

HirenPDFCrowdBundle
===================

[](#hirenpdfcrowdbundle)

This bundle act as a thin wrapper over the PDFCrowd API to ease integration with Symfony.

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

[](#installation)

### Using composer

[](#using-composer)

```
{
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "pdfcrowd/pdfcrowd-php",
                "version": "2.6",
                "dist": {
                    "url": "http://pdfcrowd.com/static/clients/php/pdfcrowd-2.6-php.zip",
                    "type": "zip"
                },
                "autoload": {
                    "files": ["pdfcrowd.php"]
                }
            }
        }
    ],
    "require": {
        "hiren/pdfcrowd-bundle": "dev-master"
    }
}

```

### Add the bundle to your application kernel

[](#add-the-bundle-to-your-application-kernel)

```
// File: app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Hiren\PDFCrowdBundle\AmpPDFCrowdBundle(),
        // ...
    );
}
```

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

[](#configuration)

```
hiren_pdf_crowd:
    username: your-username
    apikey: the-api-key
```

Usage
-----

[](#usage)

### Controller

[](#controller)

```
$pdfCrowd = $this->get('hiren_pdf_crowd.api');
$url = $this->generateUrl('route_name', array(), true);

$pdfData = $pdfCrowd->convertURI($url);
$fileName = $this->container->getParameter('kernel.root_dir') . '/../web/pdfs/example.pdf';

file_put_contents($fileName, $pdfData); // Make sure this directory is writable
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.1% 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://avatars.githubusercontent.com/u/1553344?v=4)[hirengosalia86](/maintainers/hirengosalia86)[@hirengosalia86](https://github.com/hirengosalia86)

---

Top Contributors

[![hubertperron](https://avatars.githubusercontent.com/u/874403?v=4)](https://github.com/hubertperron "hubertperron (22 commits)")[![hirengosalia86](https://avatars.githubusercontent.com/u/1553344?v=4)](https://github.com/hirengosalia86 "hirengosalia86 (14 commits)")

### Embed Badge

![Health badge](/badges/hiren-pdfcrowd-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/hiren-pdfcrowd-bundle/health.svg)](https://phpackages.com/packages/hiren-pdfcrowd-bundle)
```

###  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)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

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