From 65c085c6ac6ea8b8a94f9642be570e6363ab2459 Mon Sep 17 00:00:00 2001 From: John Roux Date: Mon, 2 Aug 2021 17:26:18 +0200 Subject: [PATCH] Added PPHP-Book Exploring PHP 8.0 by Larry Garfield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8aa133f..27a8335 100644 --- a/README.md +++ b/README.md @@ -907,6 +907,7 @@ Various resources, such as books, websites and articles, for improving your PHP *Fantastic PHP-related books.* * [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Real examples written in PHP showcasing DDD Architectural Styles. +* [Exploring PHP 8.0](https://leanpub.com/exploringphp80) - A complete soup-to-nuts tour of the latest functionality in the groundbreaking 8.0 release of PHP, including how and when you would use it by Larry Garfield. * [Functional Programming in PHP](https://www.functionalphp.com/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes. * [Mastering Object-Orientated PHP](https://www.brandonsavage.net/) - A book about object-orientated PHP by Brandon Savage.