Minimal vanilla PHP starter for API, built with Composer, following a simple MVC pattern.
- PHP 73.3%
- Dockerfile 24.2%
- Shell 2.5%
| app | ||
| public | ||
| .gitignore | ||
| compose.yml | ||
| composer.json | ||
| console | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
php template
Minimal vanilla PHP starter, built Composer, following a simple MVC pattern.
Overview
What it is
- A lightweight starter to build PHP API.
- No framework lock-in — small, explicit, and easy to understand.
Goal
- Minimal dependencies and easy deployability to shared hosts or containers.
Technology stacks
- Backend: PHP (8.4+ recommended)
- Dependency manager: Composer
- Pattern: Model-View-Controller