sanderdlm/skeleton

Skeleton for a PHP project

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/sanderdlm/skeleton

2.0 2025-11-21 15:42 UTC

This package is auto-updated.

Last update: 2025-12-02 17:41:45 UTC


README

Opinionated, modern PHP web application skeleton built on well tested and popular open-source packages instead of a framework.

Comes with routing, dependency injection, templating, environment variables and common middlewares already set up.

Has PHPStan, PHPUnit and PHP_CodeSniffer configured for quality assurance.

Includes a set of rules for Claude Code to get building right away.

Details

See src/Kernel.php for the full application set-up.

Create project

composer create-project sanderdlm/skeleton <your-project-name>

Run project

composer start

Find your project at http://localhost:8080