PHPackages                             davidoc26/flip5htmltopdf - 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. davidoc26/flip5htmltopdf

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

davidoc26/flip5htmltopdf
========================

v1.0.0(4y ago)010PHPPHP ^8.0

Since Feb 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Davidoc26/flip5htmltopdf)[ Packagist](https://packagist.org/packages/davidoc26/flip5htmltopdf)[ RSS](/packages/davidoc26-flip5htmltopdf/feed)WikiDiscussions main Synced today

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

flip5htmltopdf
==============

[](#flip5htmltopdf)

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

[](#installation)

```
git clone https://github.com/Davidoc26/flip5htmltopdf.git

```

Install dependencies with `composer i`

Usage
-----

[](#usage)

```
php application.php parse  [filename] [path]

```

Use -f to specify output PDF filename.

Use -r to specify an absolute path to the PDF output directory (default: ./output)

### Using as package

[](#using-as-package)

First you need to install the package

```
composer require davidoc26/flip5htmltopdf

```

Then, when initializing the parser, pass a generator to it (you can also create your own generator)

```
$parser = new Parser(
    url: $url,
    generator: new PdfGenerator($outputPath, $outputFilename)
);
$parser->fetchBook();
```

**Be careful! The pdf file creation process can reach memory\_limit!**

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1598d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65646045?v=4)[David Eritsyan](/maintainers/Davidoc26)[@Davidoc26](https://github.com/Davidoc26)

---

Top Contributors

[![Davidoc26](https://avatars.githubusercontent.com/u/65646045?v=4)](https://github.com/Davidoc26 "Davidoc26 (15 commits)")

### Embed Badge

![Health badge](/badges/davidoc26-flip5htmltopdf/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/packages/shopware-core)

PHPackages © 2026

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