From fd4973218c5f38a3cc48f81f55fd5d840a5d8657 Mon Sep 17 00:00:00 2001 From: Dan Revah Date: Thu, 21 Apr 2016 15:19:05 +0300 Subject: [PATCH] Added php exercises --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0ba6bc9..e1a1b3f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,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 @@ -937,6 +939,9 @@ Various resources, such as books, websites and articles, for improving your PHP * Collecting Garbage: [1](http://php.net/manual/en/features.gc.refcounting-basics.php) [2](http://php.net/manual/en/features.gc.collecting-cycles.php) [3](http://php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals. * PHP Source Code for Developers: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code. +## Exercises +* [PHP Exercises](https://github.com/danrevah/php-exercises) - Some php exercises and interview questions to practice in a TDD approach. + ## PHP Magazines *Fantastic PHP-related magazines.*