nunomaduro / skeleton-php
A skeleton repository for my packages
v3.18.0
2026-04-17 13:08 UTC
Requires
- php: ^8.5.0
Requires (Dev)
- laravel/pint: ^1.29.0
- pestphp/pest: ^5.0.0
- pestphp/pest-plugin-type-coverage: ^5.0.0
- phpstan/phpstan: ^2.1.49
- rector/rector: ^2.4.2
- symfony/var-dumper: ^8.0.8
- dev-master
- v3.18.0
- v3.17.0
- v3.16.0
- v3.15.0
- v3.14.1
- v3.14.0
- v3.13.0
- v3.12.0
- v3.11.0
- v3.10.0
- v3.9.0
- v3.8.0
- v3.7.0
- v3.6.0
- v3.5.0
- v3.4.0
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.1
- v3.0.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2026-04-22 04:30:54 UTC
README
This package provides a wonderful PHP Skeleton to start building your next package idea.
Requires PHP 8.5+
โก๏ธ Create your package using Composer:
composer create-project nunomaduro/skeleton-php --prefer-source --remove-vcs PackageName
๐งน Keep a modern codebase with Pint:
composer lint
โ Run refactors using Rector
composer refactor
โ๏ธ Run static analysis using PHPStan:
composer test:types
โ Run unit tests using PEST
composer test:unit
๐ Run the entire test suite:
composer test
Skeleton PHP was created by Nuno Maduro under the MIT license.
