An open API service indexing awesome lists of open source software.

https://github.com/jaxon-php/jaxon-demo-slim

Demo of Jaxon integration for the Slim framework
https://github.com/jaxon-php/jaxon-demo-slim

Last synced: 4 months ago
JSON representation

Demo of Jaxon integration for the Slim framework

Awesome Lists containing this project

README

        

Jaxon Library for Slim
======================

Demo of the [Jaxon integration for the Slim framework](https://github.com/jaxon-php/jaxon-slim).

The Jaxon classes are in the `jaxon/ajax` subdir.

Installation
------------

Clone this repo, and install with `Composer`.

```bash
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:

```bash
cd public/
php -S localhost:8888
```