A simple implementation of the glicko 2 algorithm.
Categories
GamesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow glicko 2 php library
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I understand it is more than a year since the last update, but with all the five star comments I can not understand what happened at that update. In the current state, this does not work as intended: * According to instructions, the function call is $Object->Update(), where in reality it needs to be $Object->Update(NULL) or some other argument. * $M is often used instead of $this->M, causing the class not to function at all. * $M is at places misspelled $m * $this-> is missing in several other places. * $deltasq is misspelled $deltadg at one point. These are the ones I found now, but it is clear it has not been tested.