Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

josantonius/php-skeleton

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  
  •  

Packages

No packages published

Languages

  • PHP 100.0%