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: update
update
update composer
Date: 2 months ago
Size: 614 bytes
 

Contents

Class file image Download
{ "name": "divengine/ajaxmap", "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.org", "version": "1.2", "require": { "php": ">=5.4.0" }, "authors": [ { "name": "Rafa Rodriguez", "email": "rafageist@hotmail.com", "homepage": "https://rafageist.com", "role": "Creator" } ], "license": [ "GPL-3.0+" ], "autoload": { "psr-4": { "divengine\\": "src/" } } }