This package provides a wonderful PHP Skeleton to start building your next package idea.
Requires PHP 8.4+
⚡️ Create your package using Composer:
composer create-project nunomaduro/skeleton-php --prefer-dist 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 testSkeleton PHP was created by Nuno Maduro under the MIT license.
