Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.3 KB

File metadata and controls

48 lines (36 loc) · 1.3 KB

php-skeleton

🎉 This Skeleton PHP package created for your new package idea

Tests passed Total Downloads Latest Version


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.