phpexperts/skeleton

A quick and easy standard PHP skeleton.

v1.3.0 2023-10-09 12:45 UTC

This package is auto-updated.

Last update: 2024-04-09 14:12:05 UTC


README

TravisCI Maintainability Test Coverage

Skeleton Project is a PHP Experts, Inc., Project meant to ease the creation of new projects.

It strives to conform to the Standard PHP Skeleton (https://github.com/php-pds/skeleton) wherever possible.

Read On Structuring PHP Projects for more.

The configurer was inspired by https://www.binpress.com/building-project-skeletons-composer/

Installation

Via Composer

composer create-project phpexperts/skeleton NewProject

Usage

Install a project, then remove the directories you won't need, like bin.

You should definitely edit the LICENSE and .travis.yml to be specific to your project and update the tags at the top of the README.md.

Use cases

✔ Rapidly start up a project right.
✔ Less time spent on boilerplating a git repo.
✔ Conforms to the most widely-deployed PHP layout.
✔ Fully compatible with the Bettergist Collective recommendation.

Testing

phpunit --testdox

Contributors

Theodore R. Smith theodore@phpexperts.pro
GPG Fingerprint: 4BF8 2613 1C34 87AC D28F 2AD8 EB24 A91D D612 5690
CEO: PHP Experts, Inc.

License

MIT license. Please see the license file for more information. :wq