Download the PHP package estbase/round-robin without Composer
On this page you can find all versions of the php package estbase/round-robin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download estbase/round-robin
More information about estbase/round-robin
Files in estbase/round-robin
Download estbase/round-robin
More information about estbase/round-robin
Files in estbase/round-robin
Vendor estbase
Package round-robin
Short Description Package to generate Round-robin schedule for a tournament.
License MIT
Package round-robin
Short Description Package to generate Round-robin schedule for a tournament.
License MIT
Please rate this library. Is it a good library?
Informations about the package round-robin
EST Base Packages
- RoundRobin Schedule Generator
- TBC
About Round-Robin EST Package
This package will generate a tournament or seasonal calendar instantly, through the round-robin system.
Based on code of: https://github.com/mnito/round-robin
Features
- Schedule generation by Round-robin system
- Support for any number of teams (Indicated for no more than 12 or 14 teams)
- Ability to generate a number of rounds on demand
- Ability to configure add a bye for odd-numbered team counts
- PHP 8.3
- PHPUnit tested
Installation
If you use Composer, run on your terminal:
in other cases add the following line on required packages:
Ready to use!
Usage
Short call, generating a schedule where each player meets every other player once:
or
Generate schedule with personalized number of rounds or on each team plays with other team twice:
or
Generate schedule with or without adding a bye for an odd-numbered tournaments:
This case generates a Schedule adding a bye.
or without it
Generate a schedule without randomly shuffling the teams:
Using your own seed to generate the schedule with predetermined shuffling:
License
EST Base round-robin package is free software distributed under the terms of the MIT license.
All versions of round-robin with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
The package estbase/round-robin contains the following files
Loading the files please wait ....