PHP code katas and exercises using Pest PHP.
Find a file
2020-07-04 18:35:57 +01:00
.github/workflows init 2020-07-04 08:21:08 +01:00
src Grade school 2020-07-04 17:50:21 +01:00
tests Grade school 2020-07-04 17:50:21 +01:00
.gitignore init 2020-07-04 08:21:08 +01:00
composer.json Anagrams 2020-07-04 11:20:53 +01:00
composer.lock Anagrams 2020-07-04 11:20:53 +01:00
Makefile init 2020-07-04 08:21:08 +01:00
phpunit.xml init 2020-07-04 08:21:08 +01:00
README.md Update README 2020-07-04 18:35:57 +01:00

PHP katas with Pest PHP

PHP code katas, tested with Pest PHP. Based on exercises from Exercism.io.

Includes:

  • Anagrams: select an anagram for a word from a list of condidates.
  • Grade School: given students' names along with the grade that they are in, create a roster for the school.
  • Roman numerals: convert a number into its roman numeral value.