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.6 see README.md
* 1.5 2020-16-01
* new method getLogin()
* new method logout()
* 1.4 2020-16-01
* new method cssLogin()
* new method login()
* new method fetchLogin()
* new method decrypt()
* new method encrypt()
* new field var $salt='';
* new field $validateLogin (callable)
* changes to __construct()
1.3
Date: 4 years ago
Size: 802 bytes
 

Contents

Class file image Download
{ "name": "eftec/dashone", "description": "A fast UI Dashboard generator for PHP", "type": "library", "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": "jcastro@eftec.cl" }], "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "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" } }