From 32f7c96aac705359f12c9b942966bba8d6fe5a30 Mon Sep 17 00:00:00 2001 From: Dan Revah Date: Tue, 1 Sep 2015 10:45:53 +0300 Subject: [PATCH] Added PHP Exercises (TDD Approach) Based on the same idea of the kolodny javascript exercises (https://github.com/kolodny/exercises). using the TDD approach to practice. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2aafa77..3e9af07 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [PHP Videos](#php-videos) - [PHP Reading](#php-reading) - [PHP Internals Reading](#php-internals-reading) +- [Exercises](#exercises) + - [PHP Exercises](#php-exercises) - [Contributing](#contributing) ## Dependency Management @@ -861,3 +863,6 @@ Various resources, such as books, websites and articles, for improving your PHP *Fantastic PHP-related magazines.* * [php[architect]](http://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP. + +## Exercises +* [PHP Exercises](https://github.com/danrevah/php-exercises) - Some php exercises and interview questions to practice in a TDD approach.