Skip to content

harryosmar/php-bootstrap

Repository files navigation

Php Bootstrapping

Latest Version Build Status Scrutinizer Code Quality Build Status

Features

documentation

Fllow this documentation link.

Requirements

How To Setup

git clone [email protected]:harryosmar/php-bootstrap.git
cd php-bootstrap
composer install

or just download the latest release

How To Use

Open application 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