xchl/skeleton-php

A skeleton repository for my packages

Maintainers

Details

github.com/xchl/skeleton-php

Source

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 67

pkg:composer/xchl/skeleton-php

v1.0.0 2023-02-17 09:35 UTC

This package is auto-updated.

Last update: 2025-12-17 16:34:04 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 7,4+

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

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

๐Ÿงน Keep a modern codebase with Pint:

composer lint

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