Skip to content

kleitz/php-bracket_tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%