This is a PHP framework that, unlike other ones, doesn't rely on external webservers. It creates its own based on ReactPHP, and includes a router.
- To use it:
- Run
composer install - Create a wrapper outside
srcthat includes the path to your autoloader (Composer is prefered) and thewww.phpfile, which is a script that runs the app. - You can configure it in
config.json, and include the scripts you'd like to (such as route registrars) inautorun.json(which are located in theAutorunfolder). - If port
9500isn't available, openconfig.jsonand setportto3000or another number.