PHPFreaks Main Site
git clone git@github.com:PHPFreaks/site.git phpfsite
Make sure you have installed Composer.
A side note, if you get failures or script errors, change your php.ini for cli timeout to be > 300 seconds
cd phpfsite composer install
This should checkout all the libraries, build you a vendor directory and handle autoloader.
Point a vhost to phpfsite/public
If all goes well, you should be able to get a response from:
yourvhost.domain.tld/hello/world
Please use the [PSR-2][] coding standards / style for changes to the code.