PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   DashOne   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DashOne
Compose and display a dashboard programmatically
Author: By
Last change: 1.7
* 1.6.2 2020-04-23
* Fix: cleanups.
* 1.6.1 2020-03-03
* Fix: TableOne now allows non-base zero array
Date: 3 hours ago
Size: 746 bytes
 

Contents

Class file image Download
{ "name": "eftec/dashone", "description": "A fast UI Dashboard generator for PHP", "type": "library", "version": "1.7", "keywords": ["blade","template","view","php","templating"], "homepage": "https://github.com/EFTEC/DashOne", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "[email protected]" }], "config": { "platform": { "php": "5.6.1" } }, "require": { "php": ">=5.6", "ext-json": "*", "ext-openssl": "*" }, "archive": { "exclude": ["/examples"] }, "autoload": { "psr-4": { "eftec\\DashOne\\": "lib/", "eftec\\tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.7" } }