From 1bf4fb9d42b3db5ad755c9a4d92272837da3e750 Mon Sep 17 00:00:00 2001 From: Ilya Date: Mon, 20 Apr 2015 17:29:22 +0300 Subject: [PATCH] Added Functional Programming in PHP book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e8a07f..a9a0379 100644 --- a/README.md +++ b/README.md @@ -762,6 +762,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [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. +* [Functional Programming in PHP](http://www.phparch.com/books/functional-programming-in-php/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles ## Other Books *Books related to general computing and web development.*