Installation
- Version 4.x
- Version 3.x
- Version 2.x
The Jaxon library is distributed as Composer
packages.
To install Jaxon, add the following line in the composer.json
file.
"require": {
"jaxon-php/jaxon-core": "~3.2"
}
Or run the command
composer require jaxon-php/jaxon-core:~3.2
The javascript library
Jaxon requires the jaxon-js javascript library to be loaded into the HTML page to operate properly.
By default, the javascript library files are loaded from the jsDelivr CDN.
It is also possible to install the library on a private server, in which case the js.lib.uri
configuration option must be set accordingly.