xchl / skeleton-php
A skeleton repository for my packages
Fund package maintenance!
nunomaduro
Patreon
www.paypal.com/paypalme/enunomaduro
Requires
- php: ^7.4
- pestphp/pest: ^1.22
- phpstan/phpstan: ^1.9
- symfony/var-dumper: ^5.4
This package is auto-updated.
Last update: 2025-07-17 15:39:35 UTC
README
This package provides a wonderful PHP Skeleton to start building your next package idea.
Requires PHP 7,4+
โก๏ธ Create your package using Composer:
composer create-project xchl/skeleton-php --prefer-source PackageName
๐งน Keep a modern codebase with Pint:
composer lint
โ๏ธ 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.