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 today

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 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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

1737d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.0k](/packages/laravel-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M735](/packages/sylius-sylius)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

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

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[laravel/nightwatch

The official Laravel Nightwatch package.

36210.1M36](/packages/laravel-nightwatch)

PHPackages © 2026

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