PHPackages                             melnikoved/poppler-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. melnikoved/poppler-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

melnikoved/poppler-bundle
=========================

PHP Poppler

0254PHP

Since Feb 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/melnikoved/PopplerBundle)[ Packagist](https://packagist.org/packages/melnikoved/poppler-bundle)[ RSS](/packages/melnikoved-poppler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

MelnikovedPopplerBundle
=======================

[](#melnikovedpopplerbundle)

This bundle allows you to merge pdf files with poppler util - pdfUnit

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

[](#installation)

### Step 1: Download the bundle

[](#step-1-download-the-bundle)

Open your command console, browse to your project and execute the following:

```
$ composer require melnikoved/poppler-bundle:dev-master
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
         new Melnikoved\PopplerBundle\MelnikovedPopplerBundle(),
    );
}
```

Usage
-----

[](#usage)

For merging pdf files you should use service 'poppler'

```
    $this->get('poppler')->merge($inputFileNames, $outputFileName);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/45add68ab827ebbeeb2cde6e20654a74f7a3908596ffce1bf65478660f90b2e1?d=identicon)[melnikoved](/maintainers/melnikoved)

### Embed Badge

![Health badge](/badges/melnikoved-poppler-bundle/health.svg)

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

###  Alternatives

[m1/env

Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.

6412.0M21](/packages/m1-env)[roave/psalm-html-output

Psalm HTML Output

23312.0k1](/packages/roave-psalm-html-output)[pear/system_daemon

A port of the PEAR class to create Daemons with pure PHP

11139.9k1](/packages/pear-system-daemon)[mateffy/laravel-codebase-mcp

An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.

201.1k](/packages/mateffy-laravel-codebase-mcp)

PHPackages © 2026

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