shipfastlabs/skeleton-php

A skeleton repository for my packages

Maintainers

Package info

github.com/shipfastlabs/skeleton-php

pkg:composer/shipfastlabs/skeleton-php

Fund package maintenance!

shipfastlabs

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

v0.0.2 2026-05-31 14:23 UTC

This package is auto-updated.

Last update: 2026-05-31 14:23:57 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.4+

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

composer create-project shipfastlabs/skeleton-php --prefer-source --remove-vcs 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

Skeleton PHP was created by Shipfastlabs under the MIT license.