josantonius/php-skeleton

This package is abandoned and no longer maintained. The author suggests using the koriym/php-skeleton package instead.

Generic PHP project skeleton package

1.0.1 2018-01-07 13:39 UTC

README

Latest Stable Version License

Versión en español

This project was created in order to provide project skeleton to start new PHP project.

Requirements

This project is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.

Create project

You'll need Composer.

composer create-project josantonius/php-skeleton {project-path}

asciicast

Various config files are ready for continuous integration.

Composer scripts

tests

composer tests run phpcs, phpmd and phpunit. Run phpunit for unit test only.

composer tests

fix

composer fix run php-cs-fixer and phpcbf to fix up the PHP code to follow the coding standards.

composer fix

License

This repository is licensed under the MIT License.

Copyright © 2013, Koriym

Copyright © 2017-2022, Josantonius