Fork me on GitHub

Installation


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": "~4.1"
}

Or run the command

composer require jaxon-php/jaxon-core:~4.1

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.