PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joubert RedRat   PHP AJAX Table   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AJAX Table
Load HTML tables dynamically using AJAX
Author: By
Last change:
Date: 8 years ago
Size: 499 bytes
 

Contents

Class file image Download
{ "name": "vectordev/ajaxtable", "description": "AjaxTable Library", "homepage": "https://github.com/vectornet/ajaxtable", "keywords": ["ajaxtable", "ajaxgrid"], "type": "library", "license": "MIT", "authors": [ { "name": "Joubert RedRat", "email": "me+github@redrat.com.br" } ], "require": { "php": ">= 5.4" }, "autoload": { "psr-4": { "VectorDev\\AjaxTable\\": "src/" } } }