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.