shipfastlabs / skeleton-php
A skeleton repository for my packages
Fund package maintenance!
v0.0.2
2026-05-31 14:23 UTC
Requires
- php: ^8.4.0
Requires (Dev)
- laravel/pint: ^1.29.1
- pestphp/pest: ^5.0.0
- pestphp/pest-plugin-type-coverage: ^5.0.0
- phpstan/phpstan: ^2.1.54
- rector/rector: ^2.4.2
- symfony/var-dumper: ^8.0.8
This package is auto-updated.
Last update: 2026-05-31 14:23:57 UTC
README
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.
