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

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

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

Last synced: 4 months ago
JSON representation

Demo of Jaxon integration for the Symfony framework

Awesome Lists containing this project

README

        

Jaxon demo for the Symfony framework
====================================

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

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

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

For example, with the Symfony builtin web server:

```bash
symfony server:start
```