PHPackages                             waglpz/pdfizer - 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. waglpz/pdfizer

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

waglpz/pdfizer
==============

pdfizer Web / Rest API Projekt

v0.1.0(4y ago)120MITPHPPHP ^7.4

Since Sep 29Pushed 4y ago1 watchersCompare

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

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

Waglpz Web Application component
--------------------------------

[](#waglpz-web-application-component)

The Library enables you to work with PDF files.

### Requirements

[](#requirements)

PHP 7.4 or higher (see composer json)

### Installation

[](#installation)

composer require waglpz/pdfizer

Docker
------

[](#docker)

### Create specific environment file for docker

[](#create-specific-environment-file-for-docker)

```
# fish
printf APPUID=(id -u)\nAPPUGID=(id -g)\nDBPORT=3367\nAPPPORT=8081\n > .env

# bash
printf "APPUID=$(id -u)\nAPPUGID=$(id -g)\nDBPORT=3367\nAPPPORT=8081\n" > .env
```

### Build docker with docker-compose

[](#build-docker-with-docker-compose)

```
docker-compose build --parallel --force-rm --no-cache --pull pdfizer
```

### Build Docker container included php and composer for working within

[](#build-docker-container-included-php-and-composer-for-working-within)

```
# fish
docker build --force-rm --build-arg APPUID=(id -u) --build-arg APPUGID=(id -g) --tag waglpz/pdfizer .docker/

# bash
docker build --force-rm --build-arg APPUID=$(id -u) --build-arg APPUGID=$(id -g) --tag waglpz/pdfizer .docker/
```

Code Quality and Testing
------------------------

[](#code-quality-and-testing)

To check for coding style violations, run

```
composer waglpz:cs-check

```

To automatically fix (fixable) coding style violations, run

```
composer waglpz:cs-fix

```

To check for static type violations, run

```
composer waglpz:cs-fix

```

To check for regressions, run

```
composer waglpz:test

```

To check all violations at once, run

```
composer waglpz:check

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

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

1691d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/waglpz-pdfizer/health.svg)

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

###  Alternatives

[mpdf/mpdf

PHP library generating PDF files from UTF-8 encoded HTML

4.7k77.1M493](/packages/mpdf-mpdf)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[sensiolabs/gotenberg-bundle

A Symfony bundle that provides seamless integration with Gotenberg for generating PDFs and screenshots from various sources (HTML, Markdown, Office documents, URLs) with a clean, builder-based API.

210210.4k2](/packages/sensiolabs-gotenberg-bundle)[techdivision/import

A library supporting generic Magento 2 import functionality

127200.3k9](/packages/techdivision-import)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)

PHPackages © 2026

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