PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafa Rodriguez   Div PHP Ajax Mapping   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Div PHP Ajax Mapping
Call PHP classes and functions using AJAX requests
Author: By
Last change: fix ussues
update
Date: 5 years ago
Size: 449 bytes
 

Contents

Class file image Download
{ "name": "divengine/div-ajax-mapping", "description": "Div Ajax Mapping allow mapping PHP functions, static methods and arbitrary data when instance a JavaScript class", "keywords": [ "ajax", "front-end" ], "homepage": "https://divengine.github.io", "version": "1.2", "require": { "php": ">=5.4.0" }, "license": [ "GPL-3.0+" ], "autoload": { "files": [ "divAjaxMapping.php" ] } }