From e249fcdc04a0685ed102af4f2f197fcb9b63ed02 Mon Sep 17 00:00:00 2001 From: coola Date: Thu, 29 May 2014 09:14:02 +0200 Subject: [PATCH] Update README.md I've add good design patterns PHP free, GitHub hosted book by Rob Levin. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2d2e5c..3a9dfc7 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans. * [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart. * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts. +* [The Learn'd Developer: Design Patterns](https://github.com/roblevintennis/the-learn-d-developer-design-patterns) - A book about design patterns with many PHP examples by Rob Levin ## Web Reading *General web-development-related reading materials.*