K-Utils is a PHP library gathering various functions I used for some projects, and that other people could find useful. Some working samples are exposed bellow.
For these samples, a API has been set up and can be accessed publicly. See API swagger documentation
Below links to others tests pages:
- Dice throws:
- throw classic or custom dice. PHP library also allows to handle a collection of various kind of dice
- Unit converter:
- convert physical values between different units
- Radix conversion:
- convert numeral value from a radix (or base) to another
- ELO rating:
- calculation method for relative skill levels between players, for duels or races. PHP Library also allows to manage advanced parameters
- Competitions:
- basic management for competitions
- JSON handler:
- manipulate JSON data (or array, formatted as JSON)
- XML parser:
- convert XML to JSON