Skip to content

harryosmar/php-bootstrap

Repository files navigation

Php Bootstrapping

Latest Version Build Status Scrutinizer Code Quality Build Status

Features

Requirements

How To Setup

git clone git@github.com:harryosmar/php-bootstrap.git
cd php-bootstrap
composer install

or just download the latest release

How To Use

Show Task List

php console.php list

Run Task php launcher.php {taskname}

php console.php app:helloworld

Open endpoints url

php -S localhost:8000 -t public

then open http://localhost:8000 in your browser

How To Run The Test

composer test

How To Contribute

How To Add new route url

How To Add new console Task