PHPackages                             issidorov/merge-pdf - 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. issidorov/merge-pdf

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

issidorov/merge-pdf
===================

017PHP

Since Sep 30Pushed 5y agoCompare

[ Source](https://github.com/issidorov/merge-pdf)[ Packagist](https://packagist.org/packages/issidorov/merge-pdf)[ RSS](/packages/issidorov-merge-pdf/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Merge PDF files
===============

[](#merge-pdf-files)

This is wrapper for `pdfbox`().

Install
-------

[](#install)

1. Install java:

    ```
    $ sudo apt install default-jre

    ```
2. Install application`pdfbox` from official site  .

    ```
    $ sudo mkdir -p /usr/local/share/java
    $ sudo mkdir -p /usr/local/bin
    $ cd /usr/local/share/java
    $ sudo wget 'http://apache-mirror.rbc.ru/pub/apache/pdfbox/2.0.6/pdfbox-app-2.0.6.jar'
    $ sudo ln -s pdfbox-app-2.0.6.jar pdfbox-app.jar

    ```

    Create file `/usr/local/bin/pdfbox`:

    ```
    #!/bin/bash
    java -jar '/usr/local/share/java/pdfbox-app.jar' $@

    ```

    Edit file permission:

    ```
    $ sudo chmod 755 /usr/local/bin/pdfbox

    ```
3. Install package:

```
$ composer require issidorov/merge-pdf

```

Example
-------

[](#example)

```
use issidorov\mergePdf\MergePdf;

$pdf = new MergePdf([
    $filename1,
    $filename2,
    $filename3
]);

$pdf->appendFile($filename);

$pdf->writeToFile($filename);
$filename = $pdf->writeToTmpFile();

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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/7e38acf851171b65bd6149c603aa3182cbcbf6a12c1cc8fd0b208a4a0fd09053?d=identicon)[issidorov](/maintainers/issidorov)

---

Top Contributors

[![issidorov](https://avatars.githubusercontent.com/u/25592330?v=4)](https://github.com/issidorov "issidorov (1 commits)")

### Embed Badge

![Health badge](/badges/issidorov-merge-pdf/health.svg)

```
[![Health](https://phpackages.com/badges/issidorov-merge-pdf/health.svg)](https://phpackages.com/packages/issidorov-merge-pdf)
```

###  Alternatives

[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)
