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

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

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

Last synced: 10 months ago
JSON representation

Demo of Jaxon integration for the CodeIgniter framework

Awesome Lists containing this project

README

          

Jaxon demo for the CodeIgniter framework
========================================

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

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

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

Clone this repo, and install with `Composer`.

```bash
git clone git@github.com:jaxon-php/jaxon-demo-codeigniter demo-codeigniter
cd demo-codeigniter
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
```