PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP MySQL Hierarchical Tree   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL Hierarchical Tree
Retrieve and display hierarchy trees from MySQL
Author: By
Last change:
Date: 2 years ago
Size: 914 bytes
 

Contents

Class file image Download
{ "name": "peterujah/hierarchical", "type": "library", "description": "Hierarchical - Light, simple PHP and mysql Hierarchy data and organization chart.", "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8.0" }, "require-dev": { "peterujah/hierarchical": "^0.1" }, "scripts": { "post-install-cmd": [ "PeterUjah\\CopyFile\\ScriptHandler::copy" ], "post-update-cmd": [ "PeterUjah\\CopyFile\\ScriptHandler::copy" ] }, "extra": { "branch-alias": { "dev-master": "0.1-dev" } }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "minimum-stability": "dev", "prefer-stable": true }