Fork me on GitHub

Features


The Jaxon library is the result of the refactoring of the Xajax library. Its main features, namely exporting functions and exporting classes from PHP to javascript, have been preserved. The Response object which is involved in most of the code written for the library, is kept unchanged.

The library has been modified to take advantage of the most advanced features of the PHP language: autoloading, namespacing, traits and dependency injection. It is now more concise, easier to understand, maintain and evolve.

New features have also been added to the library. It is now possible to register all the classes in a directory in one shot, to read the library settings from a configuration file, or to setup pagination.