Download the PHP package phelix/tournaments without Composer

On this page you can find all versions of the php package phelix/tournaments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tournaments

Tournament by Phelix Juma

This is a PHP package for tournament management

Included Services

Installation

composer require phelix/tournaments

How To test

There are sample test cases shipped with the package. You can run the tests using the command below:

vendor/bin/phpunit test

Documentation

1. Ranking in a Round Robin

This is where all players play in a given round robin stage ie each player must play against each of the other opponents

1. Single Elimination

This is where players are in a single stage single elimination ie you lose and you're eliminated immediately

3. Double Elimination

Use this where it's a single stage tournament ranking where players are in a DE ie lose twice to be eliminated

4. Pool

Use this if, within a stage, players are put into different groups/pools eg Pool A, Pool B et al.

The pools can implement either a round robin, single elimination or double elimination bracket.

The data structure within a pool thus resembles the data structure for its bracket type so the structures already shown for each of the tournament types above would suffice

5. Multi Stage Duel Tournament

Use this to generate an overall rank for an entire tournament

This can be used where players progress from one stage to the next

Each stage can implement either of round robin, single elimination, double elimination or bracket groups. Because each stage is independent, it is possible to have different bracket types in each stage.

6. Battle Royale

Use this to generate ranking in a battle royale match

7. Battle Royale (Pools)

Use this to generate ranking in a battle royale match where players are grouped in different pools

This can be used where players progress from one stage to the next

Each stage can implement either of round robin, single elimination, double elimination or bracket groups. Because each stage is independent, it is possible to have different bracket types in each stage.

8. Battle Royale Tournament

Use this to generate ranking in a battle royale tournament

This can be used where players progress from one stage to the next

Each stage can implement either of battle royale or battle royale pool. Because each stage is independent, it is possible to have different bracket types in each stage.

Changelog

Credits


All versions of tournaments with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package phelix/tournaments contains the following files

Loading the files please wait ....