PHPackages                             ronnilix/fpdfmct - 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. ronnilix/fpdfmct

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

ronnilix/fpdfmct
================

This adds multicelltable to new fpdfmct class extended from fpdf

V1.0(4y ago)044MITPHP

Since Jan 13Pushed 4y ago1 watchersCompare

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

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

FPDF MultiCell for Table
========================

[](#fpdf-multicell-for-table)

Description
-----------

[](#description)

This is a library which uses FPDF script, and adds the possibility to make table with MultiCell.

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

[](#installation)

composer require ronnilix/fpdfmct

Usage
-----

[](#usage)

with function "NbLines" you calculate the maximum numbers of line for the cells. Then call function "MulticellTable" with the parameters and output the cell.

example:

```
$data[0] = "...";
$data[1] = "...";
$pdf = new fpdfmct ();
$pdf->AddPage ();
$pdf->SetFont ( 'Arial', '', 9 );
foreach( $data as $value )
{
	$lines = max ( $lines, $pdf->NbLines ( 40, $value ) );
}

$pdf->MultiCellTable ( 40, 5, $lines, $data[0], "L" );
$pdf->MultiCellTable ( 40, 5, $lines, $data[1], "L" );
$pdf->Output ( "D", "test.pdf" );
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1581d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f7f683742eb9310fa50bc0d0757fc2be51982dae0e650b129b0f0f9668f0a99?d=identicon)[ronnilix](/maintainers/ronnilix)

---

Tags

pdf

### Embed Badge

![Health badge](/badges/ronnilix-fpdfmct/health.svg)

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

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

PHPackages © 2026

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