josantonius / php-skeleton

CI ready PHP project skeleton.

Home Page:https://josantonius.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A standard PHP project skeleton

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

About

CI ready PHP project skeleton.

https://josantonius.dev

License:MIT License


Languages

Language:PHP 100.0%