igzard / php-skeleton
🎉 This skeleton PHP package created for your new package idea
1.0.3
2025-01-22 15:52 UTC
Requires
- php: ^8.3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^9
- rector/rector: ^1.2.8
This package is auto-updated.
Last update: 2025-01-22 15:53:10 UTC
README
🎉 This Skeleton PHP package created for your new package idea
Requires PHP 8.3+
⚡️ Create your package using Composer:
composer create-project igzard/php-skeleton --prefer-source PackageName
✅ Run Test check:
make test
👷 Run PHPUnit tests:
make phpunit
🎨 Run cs-fix:
make cs-fix
🔥 Run phpstan:
make phpstan
🚀 Install dependencies with composer:
make composer-install
Skeleton PHP was created by Gergely Ignácz under the MIT license.