swow-cloud/skeleton-php

A skeleton repository for my packages

v0.0.2 2023-04-27 16:08 UTC

This package is auto-updated.

Last update: 2024-12-06 08:10:09 UTC


README

Skeleton Php

GitHub Workflow Status (master) Total Downloads Latest Version License

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

Requires PHP 8.2+

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

composer create-project nunomaduro/skeleton-php --prefer-source PackageName

๐Ÿงน Keep a modern codebase with Pint:

composer lint

โœ… Run refactors using Rector

composer refacto

โš—๏ธ 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.