PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Modals, alerts and confirmation dialogs for Jaxon   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Modals, alerts and confirmation dialogs for Jaxon
Display Ajax modal, alert and confirmation dialogs
Author: By
Last change: Changed license to BSD 3-Clause.
Date: 6 years ago
Size: 829 bytes
 

Contents

Class file image Download
{ "name": "jaxon-php/jaxon-dialogs", "type": "library", "description": "Modal, alerts and confirmation dialogs for Jaxon with various javascript libraries", "authors": [ {"name": "Thierry Feuzeu"} ], "homepage": "https://github.com/jaxon-php/jaxon-dialogs", "license": "BSD-3-Clause", "keywords": ["Jaxon", "Xajax", "Ajax", "PHP", "Javascript", "Dialog", "Modal", "Alert", "Confirmation"], "support": { "issues": "https://github.com/jaxon-php/jaxon-dialogs/issues", "source": "https://github.com/jaxon-php/jaxon-dialogs" }, "require": { "jaxon-php/jaxon-core": "~2.0" }, "autoload": { "psr-4": { "Jaxon\\Dialogs\\": "src/" }, "files": [ "src/start.php" ] } }