https://github.com/jaxon-php/jaxon-examples
Examples demonstrating the Jaxon library usage https://www.jaxon-php.org.
https://github.com/jaxon-php/jaxon-examples
Last synced: 12 months ago
JSON representation
Examples demonstrating the Jaxon library usage https://www.jaxon-php.org.
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-examples
- Owner: jaxon-php
- Created: 2016-03-13T23:22:26.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T01:30:59.000Z (about 1 year ago)
- Last Synced: 2025-06-24T02:33:05.743Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 890 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## jaxon-examples
Sample codes demonstrating the Jaxon library usage.
#### The examples
All examples are based on the helloword.php example in the original Xajax repository https://github.com/Xajax/Xajax/blob/master/examples/helloworld.php.
#### Installation
Download the files of this repository to your web server.
Cd to the directory and run the `composer install` command.
This will install the Jaxon packages and their dependencies.
Configure your web server to give access to the `public` subdirectory.
You will then be able to browse the examples.
That's it.