nunomaduro / skeleton-php
A skeleton repository for my packages
v3.19.0
2026-07-18 22:06 UTC
Requires
- php: ^8.5.0
Requires (Dev)
- laravel/pint: ^1.29.3
- pestphp/pest: ^5.0.0
- pestphp/pest-plugin-phpstan: ^5.0.0
- pestphp/pest-plugin-rector: ^5.0.0
- pestphp/pest-plugin-type-coverage: ^5.0.0
- phpstan/phpstan: ^2.2.5
- rector/rector: ^2.5.7
- symfony/var-dumper: ^8.1.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- v3.19.0
- 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-09-13 17:10:09 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.
