phptree
An implementation of tree data structure
File Explorer
Download Latest Version (.zip)- continuous-integration.yml
- prune.yaml
- release.yaml
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- FUNDING.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- settings.yml
- stale.yml
- AbstractBench.php
- DrupolPhpTreeBench.php
- RandomSpec.php
- AsciiSpec.php
- GraphSpec.php
- GvSpec.php
- ImageSpec.php
- SimpleArraySpec.php
- TextSpec.php
- MicrosoftTolerantPhpParserSpec.php
- NikicPhpAstSpec.php
- NikicPhpParserSpec.php
- SimpleArraySpec.php
- TextSpec.php
- ApplySpec.php
- FilterSpec.php
- FulfillCapacitySpec.php
- RemoveNullNodeSpec.php
- ReverseSpec.php
- ABNodeSpec.php
- AttributeNodeSpec.php
- MerkleNodeSpec.php
- NaryNodeSpec.php
- NodeObjectBehavior.php
- NodeSpec.php
- TrieNodeSpec.php
- ValueNodeSpec.php
- BreadthFirstSpec.php
- InOrderSpec.php
- PostOrderSpec.php
- PreOrderSpec.php
- BuilderInterface.php
- Random.php
- Ascii.php
- ExporterInterface.php
- Graph.php
- Gv.php
- Image.php
- SimpleArray.php
- Text.php
- ImporterInterface.php
- MicrosoftTolerantPhpParser.php
- NikicPhpAst.php
- NikicPhpParser.php
- SimpleArray.php
- Text.php
- Apply.php
- Filter.php
- FulfillCapacity.php
- ModifierInterface.php
- RemoveNullNode.php
- Reverse.php
- ABNode.php
- AttributeNode.php
- AttributeNodeInterface.php
- MerkleNode.php
- MerkleNodeInterface.php
- NaryNode.php
- NaryNodeInterface.php
- Node.php
- NodeInterface.php
- TrieNode.php
- ValueNode.php
- ValueNodeInterface.php
- BreadthFirst.php
- InOrder.php
- PostOrder.php
- PreOrder.php
- TraverserInterface.php
- KeyValueGraph.php
- sample.php
- .auto-changelog
- .editorconfig
- .envrc
- .gitattributes
- .gitignore
- .prettierignore
- .prettierrc
- .scrutinizer.yml
- CHANGELOG.md
- composer.json
- grumphp.yml.dist
- infection.json.dist
- LICENSE
- phpbench.json.dist
- phpspec.yml.dist
- phpstan.neon
- psalm.xml
- README.md
- renovate.json
# Installation Guide
1. Get the code
git clone https://github.com/loophp/phptree
Downloads the entire project code from GitHub to your computer.
cd phptree
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
