PHPackages                             tigron/skeleton-file-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. tigron/skeleton-file-pdf

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

tigron/skeleton-file-pdf
========================

Tigron PDF utilities

v0.2.9(2y ago)0462MITPHP

Since Apr 21Pushed 2y ago4 watchersCompare

[ Source](https://github.com/tigron/skeleton-file-pdf)[ Packagist](https://packagist.org/packages/tigron/skeleton-file-pdf)[ RSS](/packages/tigron-skeleton-file-pdf/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (3)Versions (13)Used By (0)

skeleton-file-pdf
=================

[](#skeleton-file-pdf)

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

[](#description)

This library adds PDF edit functionality for Skeleton\\File\\File objects

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

[](#installation)

Installation via composer:

```
composer require tigron/skeleton-file-pdf

```

Howto
-----

[](#howto)

Get a PDF

```
$file = \Skeleton\File\File::get_by_id(1);

```

Check if the file is a PDF

```
if (!$file->is_pdf()) {
	return;
}

```

Count the number of pages in the PDF

```
$page_count = $file->count_pages();

```

Extract all pages from a PDF

```
$pages = $file->extract_pages();

```

Merge different PDF documents into 1 PDF

```
$new_pdf = \Skeleton\File\Pdf\Pdf::merge('new_document.pdf', array_reverse($pages));

```

Append a page to the PDF

```
$new_pdf->append(array_shift($pages));

```

Rotate the pages of a PDF document (degrees clockwise)

```
$pdf->rotate(90)

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 76.5% 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 ~259 days

Recently: every ~414 days

Total

12

Last Release

916d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bff1383483dacb0c3f89d2d3856ae03d4cf3e80de26a2998248dd1175317285?d=identicon)[tigron](/maintainers/tigron)

---

Top Contributors

[![christopheg](https://avatars.githubusercontent.com/u/199087?v=4)](https://github.com/christopheg "christopheg (13 commits)")[![SanderTigron](https://avatars.githubusercontent.com/u/45229883?v=4)](https://github.com/SanderTigron "SanderTigron (2 commits)")[![davidvandemaele](https://avatars.githubusercontent.com/u/1914033?v=4)](https://github.com/davidvandemaele "davidvandemaele (1 commits)")[![gerryd](https://avatars.githubusercontent.com/u/3003371?v=4)](https://github.com/gerryd "gerryd (1 commits)")

### Embed Badge

![Health badge](/badges/tigron-skeleton-file-pdf/health.svg)

```
[![Health](https://phpackages.com/badges/tigron-skeleton-file-pdf/health.svg)](https://phpackages.com/packages/tigron-skeleton-file-pdf)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[mpdf/mpdf

PHP library generating PDF files from UTF-8 encoded HTML

4.7k85.8M601](/packages/mpdf-mpdf)[iio/libmergepdf

Library for merging multiple PDFs

40814.8M22](/packages/iio-libmergepdf)[creagia/laravel-sign-pad

Laravel package for of E-Signature with Signature Pad and Digital Certified Sign with TCPDF

545137.5k](/packages/creagia-laravel-sign-pad)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k52](/packages/civicrm-civicrm-core)[elibyy/tcpdf-laravel

tcpdf support for Laravel 6, 7, 8, 9, 10, 11

3553.0M9](/packages/elibyy-tcpdf-laravel)

PHPackages © 2026

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