PHPackages                             citadaskola-2023/project-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. citadaskola-2023/project-template

ActiveProject

citadaskola-2023/project-template
=================================

1.0.1(2y ago)028MITPHPPHP &gt;=8.2

Since Nov 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Citadaskola-2023/project-template)[ Packagist](https://packagist.org/packages/citadaskola-2023/project-template)[ RSS](/packages/citadaskola-2023-project-template/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

### Project

[](#project)

This is project template for basic programming, to see something on browser or cli, can be used as a stepping stone (starting or resetting) to learn about OOP concepts, Backend development and web development in general.

⚠️ Keep in mind - It is on purpose, very stupid simple, **lacks many features for production**, but those are left as a plan to be discovered later in the classroom.

Overkill features

- Autoloading (PSR-4) - already supported by composer, skipping burden of
    - require all necessary files one by one in other files
    - using [spl\_autoload\_register](https://www.php.net/manual/en/function.spl-autoload-register.php)

Missing features

- Basic Router (including PSR-7)
- Containers (PSR-11)
- Other PSR interfaces (PSR-3 Logging, PSR-6 Caching, PSR-14 Event/Listeners)
- Something FE related (maybe [Mithril.js](https://mithril.js.org/))

Okay features

- More or less well known structure
- Has examples for env variables
- Pointing to use Pest for testing

### How to get it started?

[](#how-to-get-it-started)

1. You can use this template by running the following command: ```
    docker run --rm -it \
      --volume $PWD:/app \
      --user $(id -u):$(id -g) \
      composer create-project citadaskola-2023/project-template
    ```
2. Dependencies already are installed with `composer create-project`
3. Start Project container (using [dunglas/frankenphp](https://github.com/dunglas/frankenphp) PHP image) ```
    docker run -v $PWD:/app \
        -p 80:80 -p 443:443 \
        dunglas/frankenphp
    ```
4. Go to , and enjoy!

### Future expansions

[](#future-expansions)

1. In order to use MySQL, libraries more has to be added to fresh Dockerimage [ref](https://github.com/dunglas/frankenphp/blob/main/docs/docker.md#how-to-install-more-php-extensions)

### Licence

[](#licence)

MIT licence

-
-

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~0 days

Total

2

Last Release

912d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20d23e18c37f38c0e131dac93aff92aaf1603574f71f0ad7fc6764e1eec196e9?d=identicon)[Rozkalns](/maintainers/Rozkalns)

---

Top Contributors

[![Rozkalns](https://avatars.githubusercontent.com/u/8157701?v=4)](https://github.com/Rozkalns "Rozkalns (11 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/citadaskola-2023-project-template/health.svg)

```
[![Health](https://phpackages.com/badges/citadaskola-2023-project-template/health.svg)](https://phpackages.com/packages/citadaskola-2023-project-template)
```

PHPackages © 2026

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