All Projects → jaxon-php → jaxon-core

jaxon-php / jaxon-core

Licence: BSD-3-Clause license
The Jaxon core library

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jaxon-core

upload-file-to-backblaze-b2-from-browser-example
Demonstrates calling the b2_upload_file Backblaze B2 Cloud Storage API from a web browser using AJAX.
Stars: ✭ 28 (-47.17%)
Mutual labels:  ajax
Questions
Web app inspired by Quora, allowing users ask question and get answers
Stars: ✭ 15 (-71.7%)
Mutual labels:  ajax
ajax
Ajax wrapper for nim js backend
Stars: ✭ 18 (-66.04%)
Mutual labels:  ajax
disaster-crawler
Data sources from Kimono currently unavailable
Stars: ✭ 13 (-75.47%)
Mutual labels:  ajax
efw3.X
Ajax Framework By Server Side JavaScript for Java Web-App.
Stars: ✭ 16 (-69.81%)
Mutual labels:  ajax
teaching-web-technologies-spring-2019-2020
Core PHP web project
Stars: ✭ 10 (-81.13%)
Mutual labels:  ajax
earthquakes-mapper
"Earthquakes Mapper" was created using React with no backend persistence. Users can view earthquakes from around the world on a Google Map and filter based on specific times and earthquake magnitude. Earthquake data from USGS.
Stars: ✭ 14 (-73.58%)
Mutual labels:  ajax
AjaxHandler
ASimple PHP Class to help handling Ajax Requests easily
Stars: ✭ 30 (-43.4%)
Mutual labels:  ajax
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-66.04%)
Mutual labels:  ajax
AMS
Attendance management system made my me, which I use for taking attendance.
Stars: ✭ 13 (-75.47%)
Mutual labels:  ajax
atguigu ssm crud
Atguigu-SSM-CRUD 一个最基本的CRUD系统,采用IDEA+Maven搭建,具备前后端交互功能,前端采用BootStrap+Ajax异步请求DOM渲染,后端采用SpringMVC+MyBatis+Mysql8.0+Servlet+Jsp,符合REST风格URL规范,并加入了Hibernate提供的数据校验功能,支持PageHelper的分页功能,很适合SSM阶段性练习。同时用到了很多前端操作以及BootStrap组件,也有利于学习JS和前端框架。
Stars: ✭ 52 (-1.89%)
Mutual labels:  ajax
codizer-core
Laravel CMS, CRM, E-Commerce
Stars: ✭ 43 (-18.87%)
Mutual labels:  ajax
nova-select-plus
A Laravel Nova Select Field
Stars: ✭ 67 (+26.42%)
Mutual labels:  ajax
Enterprise-Web3.0
Enterprise™ for the Web3.0™
Stars: ✭ 32 (-39.62%)
Mutual labels:  ajax
Willow
The Web Interaction Library that eases the burden of creating AJAX-based web applications
Stars: ✭ 41 (-22.64%)
Mutual labels:  ajax
nubuilder4
This repository is no longer maintained!
Stars: ✭ 22 (-58.49%)
Mutual labels:  ajax
sms
🏫 🎓 一个未使用框架的学生信息管理系统 : 项目概述全面,代码注释详细,逻辑结构清晰,非常适合作为初学 Java web 的同学的第一个练手项目啦 ~
Stars: ✭ 91 (+71.7%)
Mutual labels:  ajax
sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (-26.42%)
Mutual labels:  ajax
lightings
A lightweight Ajax Library
Stars: ✭ 20 (-62.26%)
Mutual labels:  ajax
larashop55
Shopping cart website in Laravel 5.5 with Ajax
Stars: ✭ 51 (-3.77%)
Mutual labels:  ajax

Build Status Scrutinizer Code Quality StyleCI Coverage Status

Latest Stable Version Total Downloads Latest Unstable Version 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 is a fork of the Xajax PHP library.

This package is the Jaxon core library. Several plugins are provided in separate packages.

Features

  • All the Jaxon classes in a directory can be registered in one shot, possibly with a namespace.
  • The configuration settings can be loaded from a file. Supported formats are JSON, YAML and PHP.
  • The library provides pagination feature out of the box.
  • The library is modular, and consists of a core package and several plugin packages.
  • The javascript library is provided in a separated and javascript-only package, loaded by default from the jsDelivr CDN.
  • The generated javascript classes are named according to their namespace or the subdirectory where they are located.
  • All PHP packages install with Composer, are fully namespaced, and implement PSR-4 autoloading.
  • The library natively implements Ajax file upload.
  • Up to version 3, the library runs on PHP versions 5.4 to 7.X. The version 4 runs on PHP versions 7.1 to 8.X.

Documentation

The project documentation is available in English and French.

Some sample codes (only for version 2.x) are provided in the jaxon-php/jaxon-examples package, and demonstrated in the website.

Contribute

  • Issue Tracker: github.com/jaxon-php/jaxon-core/issues
  • Source Code: github.com/jaxon-php/jaxon-core

License

The project is licensed under the BSD license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].