PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change: Update the version numbers.
The jaxon() function is also defined without the namespace.
Moved the config classes from the jaxon-utils to the jaxon-config package.
Do not register the libraries when running in cli.
Add translated labels in the generated javascript code.
Disabled anntations tests in the jaxon-core package.
Merge commit 'ad2bbee761f90bd5be9ed7cafe1099856dc7827b' as 'jaxon-core'
Date: 4 months ago
Size: 2,052 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-core", "type": "library", "description": "Jaxon is an open source PHP library for easily creating Ajax web applications", "authors": [ {"name": "Thierry Feuzeu"}, {"name": "Jared White"}, {"name": "J. Max Wilson"}, {"name": "Joseph Woolley"}, {"name": "Steffen Konerow"} ], "homepage": "https://www.jaxon-php.org", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Asynchronous"], "support": { "issues": "https://github.com/jaxon-php/jaxon-core/issues", "source": "https://github.com/jaxon-php/jaxon-core" }, "require": { "php": ">=8.0", "ext-json": "*", "psr/log": "^1.0|^2.0|^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", "pimple/pimple": "^3.0", "nyholm/psr7": "^1.8", "nyholm/psr7-server": "^1.1", "jaxon-php/jaxon-config": "^1.0", "jaxon-php/jaxon-utils": "^2.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "php-coveralls/php-coveralls": "^2.5", "phpunit/phpcov": "^8.2", "jaxon-php/jaxon-dialogs": "^5.0", "jaxon-php/jaxon-upload": "^2.0" }, "autoload": { "psr-4": { "Jaxon\\": "src/" }, "files": [ "src/jaxon_ns.php", "src/jaxon_fn.php" ] }, "autoload-dev": { "psr-4": { "Jaxon\\Tests\\": "tests/", "Jaxon\\Tests\\App\\": "tests/src/", "Jaxon\\Tests\\Ns\\": "tests/src/Ns/" } }, "scripts": { "test": [ "@clearCache", "@putenv XDEBUG_MODE=coverage", "vendor/bin/phpunit" ], "clearCache": "rm -rf cache/*" }, "minimum-stability": "dev", "prefer-stable": true }