Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sokil/php-tree
- Owner: sokil
- Created: 2014-09-16T13:02:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T08:19:17.000Z (over 8 years ago)
- Last Synced: 2024-10-09T23:07:42.011Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
}
```