jaxon-php/jaxon-core
Jaxon is an open source PHP library for easily creating Ajax web applications
Maintainers
Requires
- php: >=8.1
- ext-json: *
- jaxon-php/jaxon-config: ^1.0
- jaxon-php/jaxon-storage: ^1.2
- jaxon-php/jaxon-utils: ^2.1
- lagdo/facades: ^1.1
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.1
- pimple/pimple: ^3.0
- psr/container: ^1.0|^2.0
- psr/http-message: ^1.0|^2.0
- psr/http-server-handler: ^1.0|^2.0
- psr/http-server-middleware: ^1.0|^2.0
- psr/log: ^1.0|^2.0|^3.0
Requires (Dev)
- jaxon-php/jaxon-dialogs: dev-test
- jaxon-php/jaxon-upload: dev-test
- league/flysystem-memory: ^3.0|^2.2
- php-coveralls/php-coveralls: ^2.5
- phpunit/phpcov: ^8.2
- phpunit/phpunit: ^9.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause aacb4462fde75cad0fb9f830094dfa6f8f2bce7a
- Thierry Feuzeu
- Jared White
- J. Max Wilson
- Joseph Woolley
- Steffen Konerow
This package is auto-updated.
Last update: 2026-06-20 18:37:12 UTC
README
👁 Build Status
👁 Scrutinizer Code Quality
👁 StyleCI
👁 codecov
👁 Latest Stable Version
👁 Total Downloads
👁 License
The Jaxon core library
Jaxon is an open source PHP library for easily creating Ajax web applications. It allows into a web page to make direct Ajax calls to PHP classes that will in turn update its content, without reloading the entire page.
Jaxon was forked from the Xajax PHP library very very long ago.
This package is the Jaxon core library. Several plugins are provided in separate packages.
Documentation
The project documentation is available in English and French.
Some sample codes are provided in the jaxon-php/jaxon-examples package, and demonstrated in the website.
Built with Jaxon
There are a couple of real world applications built with Jaxon.
Jaxon DbAdmin, a database management dashboard.
Siak Tontine, and African tontine management web application.
License
The project is licensed under the BSD license.
