Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.09 KB

PHP boilerplate with composer psr-4, phpunit and travis-ci.

Instead of setting up a project everytime, just fork, and clone it every time you want to start a new project.

Create alias to quickly clone to create a new project

Put this line of code in your .zshrc if you are useing one then source ~/.zshrc

alias phpboil="git clone [email protected]:madeny/phpboilerplate.git $1"

You can change the alias as you wish! and you can change 'Sith' "Sith\\": "src/" under autoload on composer.json then run composer install if you wish to install phpunit: "^7.1" or just do composer dump-autoload -o and start coding!


Actions Status Build Status CircleCI

Travis-ci Alt text

Circleci Alt text