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

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

amp/pdfcrowd-bundle
===================

A Symfony2 bundle for working with the PDFCrowd API

31513[2 issues](https://github.com/hubertperron/AmpPDFCrowdBundle/issues)[1 PRs](https://github.com/hubertperron/AmpPDFCrowdBundle/pulls)PHP

Since Aug 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hubertperron/AmpPDFCrowdBundle)[ Packagist](https://packagist.org/packages/amp/pdfcrowd-bundle)[ RSS](/packages/amp-pdfcrowd-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)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)

```
{
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "pdfcrowd/pdfcrowd-php",
                "version": "2.5",
                "dist": {
                    "url": "http://pdfcrowd.com/static/clients/php/pdfcrowd-2.5-php.zip",
                    "type": "zip"
                },
                "autoload": {
                    "files": ["pdfcrowd.php"]
                }
            }
        }
    ],
    "require": {
        "amp/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 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

20

—

LowBetter than 14% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/60e70285f3672ac666f7e8e8a4115501a38c9a35c113f08edb915886f651849d?d=identicon)[hubertperron](/maintainers/hubertperron)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

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

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

2.7k34.5M216](/packages/smalot-pdfparser)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.1k57.6M131](/packages/openspout-openspout)[keboola/csv

Keboola CSV reader and writer

1451.8M21](/packages/keboola-csv)

PHPackages © 2026

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