Requirements: git, PHP 5.4 and Composer
git clone https://github.com/Respect/samples.git && cd samples
php composer.phar install
(or equivalent)
- There's a README.md in each sample.
cd
to folder public/$sample_name.- Run with
php -S localhost:8606
. - Point a browser to http://localhost:8606