Demo of the Jaxon integration for the Slim framework.
The Jaxon classes are in the jaxon/ajax
subdir.
Clone this repo, and install with Composer
.
git clone [email protected]:jaxon-php/jaxon-demo-slim demo-slim
cd demo-slim
composer install
Configure a web server to give access to the public
subdir.
For example, with the PHP builtin web server:
cd public/
php -S localhost:8888