PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nuno Chaves   Jupitern Table   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jupitern Table
Generate HTML tables from cell data and attributes
Author: By
Last change: table, tr, th, td attributes and styling
Date: 4 years ago
Size: 855 bytes
 

Contents

Class file image Download
{ "name" : "jupitern/table", "description": "HTML table generation for PHP. integrates with your favourite orm and js library", "keywords" : ["PHP html table generation", "framework", "ORM", "dataTables", "jQuery", "UI"], "homepage" : "https://github.com/jupitern/table", "license" : "MIT", "authors" : [ { "name" : "Nuno Chaves", "email" : "nuno.chaves@sapo.pt", "role" : "Developer" } ], "support": { "source": "https://github.com/jupitern/table", "issues": "https://github.com/jupitern/table/issues" }, "require" :{ "php": ">=5.6", "ext-json": "*" }, "autoload": { "psr-4": { "Jupitern\\": "src/" } }, "autoload-dev": { "psr-4": { } } }