Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opdavies/php-katas-with-pest
PHP code katas and exercises using Pest PHP.
https://github.com/opdavies/php-katas-with-pest
code-katas pest-php php
Last synced: 15 days ago
JSON representation
PHP code katas and exercises using Pest PHP.
- Host: GitHub
- URL: https://github.com/opdavies/php-katas-with-pest
- Owner: opdavies
- Created: 2020-07-04T07:18:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-07-12T15:56:46.000Z (over 4 years ago)
- Last Synced: 2024-12-18T01:09:51.462Z (18 days ago)
- Topics: code-katas, pest-php, php
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
- **Flatten Array**: take a nested list and return a single flattened list with all values except nil/null.
- **Bob**: returns different responses based on input.
- **Bowling**: calculate the score for a game of bowling.
- **Grade School**: given students' names along with the grade that they are in, create a roster for the school.
- **Pangram** - determine if a sentence is a pangram (every letter of the alphabet is used at least once).
- **Rock, paper, scissors**
- **Roman numerals**: convert a number into its roman numeral value.[exercism.io]: https://exercism.io
[pest php]: https://pestphp.com