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 from JavaScript
Author: By
Last change: Fixes and update
Date: 2 months ago
Size: 612 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.3", "require": { "php": ">=8.2" }, "authors": [ { "name": "Rafa Rodriguez", "email": "rafageist@hotmail.com", "homepage": "https://rafageist.com", "role": "Creator" } ], "license": [ "GPL-3.0+" ], "autoload": { "psr-4": { "divengine\\": "src/" } } }