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

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

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

Last synced: 4 months ago
JSON representation

Demo of Jaxon integration for the Yii framework

Awesome Lists containing this project

README

        

Jaxon demo for Yii
==================

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

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-yii demo-yii
cd demo-yii
composer install
```

Configure a web server to give access to the `web` subdir.

For example, with the PHP builtin web server:

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