PHP Classes

File: composer.json

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

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-codeigniter", "type": "library", "description": "Jaxon library integration for the CodeIgniter framework", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/jaxon-php/jaxon-codeigniter", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Framework", "CodeIgniter"], "support": { "issues": "https://github.com/jaxon-php/jaxon-codeigniter/issues", "source": "https://github.com/jaxon-php/jaxon-codeigniter" }, "require": { "jaxon-php/jaxon-core": "^3.1" }, "autoload": { "psr-4": { "Jaxon\\CI\\": "src/" } } }