PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes 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: Added a new confirm command in the response class.
Replaced the Container contract with the PSR-11 ContainerInterface.
Date: 2 years ago
Size: 1,223 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": "Jared White"}, {"name": "J. Max Wilson"}, {"name": "Joseph Woolley"}, {"name": "Steffen Konerow"}, {"name": "Thierry Feuzeu"} ], "homepage": "http://jaxon-project.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": ">=5.6.0", "psr/log": ">=1.0.0", "psr/container": ">=1.0.0", "pimple/pimple": "^3.0", "lemonphp/event": "^1.0", "matthiasmullie/minify": "^1.3" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "autoload": { "psr-4": { "Jaxon\\": "src/" }, "files": [ "src/start.php" ] }, "autoload-dev": { "psr-4": { "Jaxon\\Tests\\": "tests/" } } }