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

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

kinncj/pdfcrowd-bundle
======================

A Symfony2 bundle for working with the PDFCrowd API

v0.1.0(10y ago)075MITPHP

Since Feb 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kinncj/AmpPDFCrowdBundle)[ Packagist](https://packagist.org/packages/kinncj/pdfcrowd-bundle)[ Docs](https://github.com/hubertperron/AmpPDFCrowdBundle)[ RSS](/packages/kinncj-pdfcrowd-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

AmpPDFCrowdBundle
=================

[](#amppdfcrowdbundle)

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

[![Build Status](https://camo.githubusercontent.com/fcabd398653e635ae0bdcfc2ca6d86d6929dd86f85641bb59d2de8f87e50669f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f687562657274706572726f6e2f416d7050444643726f776442756e646c652e706e67)](http://travis-ci.org/hubertperron/AmpPDFCrowdBundle)

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

[](#installation)

### Using composer

[](#using-composer)

```
$ composer require kinncj/pdfcrowd-bundle
```

### Add the bundle to your application kernel

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

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

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

[](#configuration)

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

Usage
-----

[](#usage)

### Controller

[](#controller)

```
$pdfCrowd = $this->get('amp_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
```

### Command

[](#command)

```
 $ app/console pdfcrowd:convert https://github.com/hubertperron/AmpPDFCrowdBundle web/pdfs/example.pdf
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.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

Unknown

Total

1

Last Release

3742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0ac2250592af3b5a1971d373e9dc5bbc2a3279e3f92045bfbb5abe9eeb4d113?d=identicon)[kinncj](/maintainers/kinncj)

---

Top Contributors

[![hubertperron](https://avatars.githubusercontent.com/u/874403?v=4)](https://github.com/hubertperron "hubertperron (22 commits)")[![kinncj](https://avatars.githubusercontent.com/u/292542?v=4)](https://github.com/kinncj "kinncj (1 commits)")

---

Tags

pdfpdfcrowd

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-dompdf

A DOMPDF Wrapper for Laravel

7.3k87.6M274](/packages/barryvdh-laravel-dompdf)[tecnickcom/tcpdf

TCPDF is a PHP class for generating PDF documents and barcodes.

4.5k101.8M472](/packages/tecnickcom-tcpdf)[mpdf/mpdf

PHP library generating PDF files from UTF-8 encoded HTML

4.7k77.1M488](/packages/mpdf-mpdf)[knplabs/knp-snappy

PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.

4.5k68.3M56](/packages/knplabs-knp-snappy)[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M100](/packages/spatie-browsershot)[smalot/pdfparser

Pdf parser library. Can read and extract information from pdf file.

2.7k34.5M215](/packages/smalot-pdfparser)

PHPackages © 2026

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