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

ActiveLibrary

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

Tigron PDF utilities

v0.2.9(2y ago)0460MITPHP

Since Apr 21Pushed 1y 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 2mo 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 60% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

822d ago

### Community

Maintainers

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

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

[mpdf/mpdf

PHP library generating PDF files from UTF-8 encoded HTML

4.7k77.1M493](/packages/mpdf-mpdf)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[iio/libmergepdf

Library for merging multiple PDFs

40813.6M13](/packages/iio-libmergepdf)[creagia/laravel-sign-pad

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

54097.2k](/packages/creagia-laravel-sign-pad)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[horstoeko/zugferd

A library for creating and reading european electronic invoices

4044.3M18](/packages/horstoeko-zugferd)

PHPackages © 2026

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