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

ActiveProject

waglpz/webapp-template
======================

Abstract project

v3.2.2(1y ago)33081[6 issues](https://github.com/waglpz/webapp-template/issues)[1 PRs](https://github.com/waglpz/webapp-template/pulls)MITJavaScript

Since Nov 24Pushed 1y ago2 watchersCompare

[ Source](https://github.com/waglpz/webapp-template)[ Packagist](https://packagist.org/packages/waglpz/webapp-template)[ RSS](/packages/waglpz-webapp-template/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)DependenciesVersions (15)Used By (0)

Projekt @PROJECT\_NAME@
-----------------------

[](#projekt-project_name)

- [Dokumentation](.doc/app.md)

### Kurze Beschreibung

[](#kurze-beschreibung)

How to first start using docker (docker should be already installed on your system, see [Docker installation](.doc/docker.md))

#### Fish

[](#fish)

```
# on fish

docker run --rm --interactive \
  --tty -e NEXT_S_NET=(math (docker network ls -q | wc -l) + 1) \
  --volume $PWD:/app      \
  --user (id -u):(id -g)  \
  composer create-project \
  --ignore-platform-reqs  \
  --prefer-dist           \
  --no-install            \
waglpz/webapp-template PROJECT_NAME

```

#### Bash

[](#bash)

```
# on bash
docker run --rm --interactive --tty \
  -e NEXT_S_NET=$(( $(docker network ls -q | wc -l) + 1 )) \
  --volume $PWD:/app       \
  --user $(id -u):$(id -g) \
  composer create-project  \
  --ignore-platform-reqs   \
  --prefer-dist            \
  --no-install             \
waglpz/webapp-template PROJECT_NAME

```

### Hilfe Punkte zum Entwicklung

[](#hilfe-punkte-zum-entwicklung)

- [wie erstelle ich eine Route](.doc/development/route-erstellen.md)

### Verwendeter Technologie-Stack

[](#verwendeter-technologie-stack)

- **Docker version 27.2.0, build 3ab4256**
- **Docker Compose version v2.29.2**
- **PHP 8.3.4 (cli) (built: Apr 8 2024 22:31:17) (NTS) (in Docker)**
- **10.3.22-MariaDB-1:10.3.22+maria~bionic**

### Technischer verantwortlicher

[](#technischer-verantwortlicher)

Max Mustermann

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Every ~107 days

Recently: every ~41 days

Total

12

Last Release

447d ago

Major Versions

v1.0.1 → v2.1.02023-05-04

v1.4.6 → v2.1.12023-05-11

v2.1.3 → v3.0.02024-09-02

### Community

Maintainers

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

---

Top Contributors

[![olekhy](https://avatars.githubusercontent.com/u/422148?v=4)](https://github.com/olekhy "olekhy (14 commits)")

### Embed Badge

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

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

PHPackages © 2026

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