Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sokil/php-tree

Data structures and algorithms in PHP
https://github.com/sokil/php-tree

Last synced: 23 days ago
JSON representation

Data structures and algorithms in PHP

Awesome Lists containing this project

README

        

php-tree
=============

Tree data structures PHP

Installation
------------

Add this lines to your composer.json:
```javascript
{
"require": {
"sokil/php-tree": "dev-master"
}
}
```