From 765969a1fd4c68d3f47fe397fed6a58e85a3d648 Mon Sep 17 00:00:00 2001 From: Mohamed Bouallegue Date: Sat, 28 Mar 2015 02:36:21 +0100 Subject: [PATCH] adding a new book adding the "Modern PHP New features and good practices" book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d9e567..5e8a07f 100644 --- a/README.md +++ b/README.md @@ -761,6 +761,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. * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt. * [Modernising Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernising legacy PHP applications by Paul M. Jones. +* [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart. ## Other Books *Books related to general computing and web development.*