From 8736e5cecb34270306cccac2f737c11ad96f18f6 Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Fri, 8 Dec 2017 20:39:00 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1713dc7..ad2da80 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +Because this tutorial was so well-received, it inspired me to write a book. The book is a much more up to date version of this tutorial and covers a lot more. Click the link below to check it out (there is also a sample chapter available). + +### [Professional PHP: Building maintainable and secure applications](http://patricklouys.com/professional-php/) + +![](http://patricklouys.com/img/professional-php-thumb.png) + +The tutorial is still available in it's original form below. + ## Create a PHP application without a framework ### Introduction