Beta version has launched. #2
Porrapat
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta version has launched. On 20 May 2025.
🚀 Launching a new project I created: PHP Koans (pronounced Ko-ahn)
Inspired by Ruby Koans and Python Koans,
I decided to make a PHP version myself since no one has done it seriously before.
👉 Repo: https://github.com/Porrapat/php_koans
🧘♂️ The concept of Koans is to learn a programming language through a series of exercises that help you understand the language by trial and error.
This PHP Koans project uses PHPUnit and Composer.
✅ Easy to run with the command:
php path_to_enlightenment.php
Currently supports PHP 7.4 to 8.4, and will be developed to support up to PHP 9.x in the future.
Topics included so far: variables, functions, control statements, arrays, regular expressions, etc.
Each topic starts from the basics and gradually builds up—perfect for beginners or those wanting a refresher.
🔧 I spent several days designing it to be easy to read and follow along with a clear path forward.
Please feel free to try it out, download it, or even give it a ⭐ on GitHub to show your support! 🙏
Beta Was this translation helpful? Give feedback.
All reactions