POSTS
kata/php: PHP skeleton for doing coding katas
By Carlos Buenosvinos
- 1 minutes read - 67 wordsSomething a bit annoying when doing a kata is setting up the environment so you can start. Typically, you need composer, define dependencies, setting up the autoloading policy, creating some folders and so on. All this work is not necessary anymore. I have created a silly but useful project in packagist in order to start with your kata in just one command.
Hope you like it: https://github.com/carlosbuenosvinos/php-kata