PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon for Yii   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon for Yii
Yi plugin to call PHP from with AJAX
Author: By
Last change: The Container class now implements the PSR-11 ContainerInterface.
Updated package version in composer.json.
Adapted to the new class hierarchy is jaxon-core.
Date: 2 years ago
Size: 743 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-yii", "type": "library", "description": "Jaxon library integration for the Yii Framework", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/jaxon-php/jaxon-yii", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework", "Yii"], "support": { "issues": "https://github.com/jaxon-php/jaxon-yii/issues", "source": "https://github.com/jaxon-php/jaxon-yii" }, "require": { "psr/log": ">=1.0.0", "psr/container": ">=1.0.0", "jaxon-php/jaxon-core": "^3.2" }, "autoload": { "psr-4": { "Jaxon\\Yii\\": "src/" } } }