thuraaung2493/php-package-skeleton

A skeleton repository for my php packages.

v1.0.2 2025-01-09 05:08 UTC

This package is auto-updated.

Last update: 2025-01-09 05:08:49 UTC


README

This package provides a wonderful PHP Skeleton to start building your next package idea.

Requires PHP 8.3+

โšก๏ธ Create your package using Composer:

composer create-project thuraaung2493/php-package-skeleton --prefer-source 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

php-package-skeleton was inspired by Nuno Maduro under the MIT license.