PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Stefan Gabos   Zebra MPTT   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zebra MPTT
Store a tree using the MPTT algorithm in MySQL
Author: By
Last change:
Date: 4 years ago
Size: 696 bytes
 

Contents

Class file image Download
{ "name": "stefangabos/zebra_mptt", "type": "library", "description": "A PHP library providing an implementation of the modified preorder tree traversal algorithm", "keywords": ["php","mptt", "modified", "preorder", "tree", "traversal"], "homepage": "https://github.com/stefangabos/Zebra_Mptt", "license": "LGPL-3.0", "authors": [ { "name": "Stefan Gabos", "email": "contact@stefangabos.ro", "homepage": "https://github.com/stefangabos/", "role": "Developer" } ], "require": { "php": ">=5.0.0" }, "autoload": { "classmap": [ "Zebra_Mptt.php" ] } }