PHPackages                             xarenisoft/dpdf - 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. xarenisoft/dpdf

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

xarenisoft/dpdf
===============

PDF Engine that helps to generate PDf easily.

1.4.5(11mo ago)01091PHPPHP &gt;=7.0.0CI failing

Since Jul 17Pushed 11mo agoCompare

[ Source](https://github.com/DanNYSPD/Dpdf)[ Packagist](https://packagist.org/packages/xarenisoft/dpdf)[ RSS](/packages/xarenisoft-dpdf/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (13)Used By (0)

The PDF engine.
===============

[](#the-pdf-engine)

This library boost the speed for creating and defining pdf reports with defined structures. Look at down.

```
$pdf = new DPDF();
$pdf->AddPage();
$pdf->SetFont("Arial", "", 9);
//header
$pdf->Table(DPDF::Horizontal(['weight'=>100,'border'=>'B'],
   [
       DPDF::Cello(['text'=>'Id']),
       DPDF::Cello(['text'=>'Name']),
       DPDF::Cello(['text'=>'Age']),
       DPDF::Cello(['text'=>'Amount'])
   ]
  )
);
$pdf->Ln();

$pdf->Table(DPDF::Horizontal(['weight'=>100],
   [
       DPDF::Cello(['text'=>'1']),
       DPDF::Cello(['text'=>'JAN']),
       DPDF::Cello(['text'=>'10']),
       DPDF::Cello(['text'=>'$1010'])
   ]
  )
);

$pdf->Output(rand()."pdf.pdf",'F');
```

\#Install via composer

> composer require xarenisoft/dpdf

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance52

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

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

Every ~195 days

Recently: every ~323 days

Total

12

Last Release

338d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c88bb9614ad980d664e393284ce1b43c8ba4c65554e003c7eb94091778c9bb7?d=identicon)[NYSPD](/maintainers/NYSPD)

---

Top Contributors

[![DanNYSPD](https://avatars.githubusercontent.com/u/21212423?v=4)](https://github.com/DanNYSPD "DanNYSPD (42 commits)")[![GerardoTorres091](https://avatars.githubusercontent.com/u/54483299?v=4)](https://github.com/GerardoTorres091 "GerardoTorres091 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xarenisoft-dpdf/health.svg)

```
[![Health](https://phpackages.com/badges/xarenisoft-dpdf/health.svg)](https://phpackages.com/packages/xarenisoft-dpdf)
```

###  Alternatives

[webklex/laravel-pdfmerger

Generic PDF merger for Laravel

1422.6M2](/packages/webklex-laravel-pdfmerger)[jurosh/pdf-merge

PHP PDF Merger

1522.2M5](/packages/jurosh-pdf-merge)[setasign/fpdi-protection

A FPDI compatible version of the FPDF\_Protection script.

324.3M2](/packages/setasign-fpdi-protection)[binarystash/pdf-watermarker

Watermark or stamp PDF documents

8260.6k](/packages/binarystash-pdf-watermarker)[tomsgu/pdf-merger

21473.9k23](/packages/tomsgu-pdf-merger)[filippo-toso/pdf-watermarker

Simple PDF Watermarker with Laravel support

1548.4k1](/packages/filippo-toso-pdf-watermarker)

PHPackages © 2026

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