agoragames / php-bracket_tree

Tree-based Bracketing System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BracketTree - PHPBuild Status

BracketTree is a Tree-based bracketing system designed to aid in the creation and representation of tournament brackets. It uses a binary tree under the hood to maintain the bracket, and the BracketTree Data Specification to control progression and standardize representation. This is a port of the original Ruby client.

TODO

There's still plenty of additional functionality in the pipeline as we approach parity with the Ruby client:

  • BracketTree Template Creation (and creating brackets from a template)
  • Bracket progression
  • Cross-secting bracket components into sub-brackets

Contribute

We ❤️ contributions. Do the following:

  1. Fork and create feature branch.
  2. Write tests and functionality.
  3. Submit Pull Request.
  4. Wait for a response.

About

Tree-based Bracketing System

License:MIT License


Languages

Language:PHP 100.0%