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
- 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T14:08:11.000Z (7 months ago)
- Last Synced: 2025-01-19T19:52:57.353Z (5 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- 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 `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
```