Flexible component collection for modern application
Quickstart
composer create-project --remove-vcs litphp/project myproject
# you will be prompt to input your project namespace, we do the replace work for you
cd myproject
php -S 127.0.0.1:3080 public/index.php
Documentation
see http://litphp.github.io/docs/
Components included in this repo
litphp/air | dependency injection |
litphp/nimo | middleware organizer |
litphp/voltage | fundamental application structure |
litphp/bolt | the microframework |
litphp/router-fast-route | a router that integrates FastRoute |
litphp/runner-zend-sapi | run you bolt app with zend-diactoros on standard SAPI |
litphp/nexus | utility / interface helps development |