Puko framework can quickly installed with dependency required via composer package.
You can type in console/terminal/powershell:
composer create-project velliz/puko <project_name>
project_name must not contains space or another special character
Another way to install, you can clone or download master unstable code as .zip file here then type in console/terminal/powershell to install required dependency:
composer install
Notes:
If you don’t have composer, you can download from getcomposer.org *install instructions included there.