Sale!

Bracketly – PHP Tournament Visualizer

Original price was: $40.00.Current price is: $20.00.

Bracketly is an easy to use PHP tournament script with visualizer and generator support.

Category:

Overview:

Bracketly is an easy to use PHP tournament script with visualizer and generator support. You can use it for representing available tournaments from JSON or your own DB. Or generate a quick tournament with beautiful designed brackets.

Features:

  • Beautiful design and view.
  • Unlimited teams support.
  • Three types of lot (Random, Seed, Reverse).
  • Extremally customizable (Settings array()).
  • Easy tournament builder with drag and drop support.
  • Easy to use in your project.

Requirements:

  • PHP 5.4 or higher.

Instructions:

Installation guide

1. Download and extract source-code.1.0.zip file.
2. Copy files from app folder (source-code.1.0/app/*) to your project.
3. Include class or classes to your project ‘Visualizer.php’ and ‘Builder.php’
4. To start using generator you need call ‘$brackets = new Builder($names, $type);’ Where $names is an array with team names and $type is a type of generator ‘0’ is Random, ‘1’ is Seeded, ‘2’ is Reverse Seed
5. To use on available Tournament you need call ‘$brackets = new Visualizer($teams_d, $settings)”; where $teams_d is an array with tournament data and $setting is an setting array
6. Enjoy.

Reviews

There are no reviews yet.

Be the first to review “Bracketly – PHP Tournament Visualizer”

Your email address will not be published. Required fields are marked *