Games: Round Robin Class
Felix Stiehler (contact me)
This class can be used to create a schedule of championship season matches of any sport using the round robin algorithm.
It can take a list of teams or players participating in a season and use the round robin algorithm to generate a schedule of the games that each team or player will play.
There are class functions to iterate over each championship match day and the matches on each match day.
Click here for detailed information about this class on phpclasses.org