-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Dolejška edited this page Jan 28, 2018
·
1 revision
Welcome to bracket generator for PHP7 repo. This library uses HTML tables to render nice and clean game brackets. You can create brackets based on participant count, match list or even custom tree. Bracket visuals are also completly customizable.
Please, refer mainly to the wiki pages.
The easiest way to get this library is to use Composer. While
having Composer installed it takes only composer require dolejska-daniel/bracket-generator
and composer update
to get the library up and ready!
If you are not fan of Composer, you can download whole repository in .zip archive
or clone the repository using Git - git clone https://github.com/dolejska-daniel/bracket-generator
.
But in this case, you will have to create your own autoload function.
- Homepage
- Usage example
- Requirements
- Creating/Editing
- Customizing
- Behind the scenes