This is an example implementation of TodoMVC on top of a REST service demonstrating the capabilities of the php-o framework.
Based on a similar Ruby implementation by David Richart.
To run:
composer install
php.exe -S localhost:80 -t o-demo-rest/public o-demo-rest/app.php