PHPackages                             phelix/tournaments - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phelix/tournaments

ActivePackage[Utility &amp; Helpers](/categories/utility)

phelix/tournaments
==================

Tournament Manager

v1.0.2(5y ago)021Apache-2.0PHP

Since Dec 17Pushed 5y agoCompare

[ Source](https://github.com/kuza-lab/tournament)[ Packagist](https://packagist.org/packages/phelix/tournaments)[ RSS](/packages/phelix-tournaments/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

Tournament by Phelix Juma
=========================

[](#tournament-by-phelix-juma)

This is a PHP package for tournament management

Included Services
=================

[](#included-services)

- Ranking
    - Single Elimination
    - Double Elimination
    - Round Robin
    - Bracket Groups (round robin, single elimination and double elimination groups)
- Tournament Generator (coming soon...)

Installation
============

[](#installation)

```
composer require phelix/tournaments

```

How To test
===========

[](#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
=============

[](#documentation)

1. Ranking in a Round Robin
---------------------------

[](#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

```
