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
src
that includes the path to your autoloader (Composer is prefered) and thewww.php
file, 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 theAutorun
folder). - If port
9500
isn't available, openconfig.json
and setport
to3000
or another number.