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: 3 months ago
JSON representation
Demo of Jaxon integration for the Slim framework
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-demo-slim
- Owner: jaxon-php
- License: bsd-3-clause
- Created: 2022-04-21T19:36:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T15:23:01.000Z (about 1 year ago)
- Last Synced: 2025-12-26T08:34:44.598Z (7 months ago)
- Language: PHP
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `ajax` subdir.
Installation
------------
Clone this repo, and install with `Composer`.
```bash
git clone git@github.com: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
```