From d257df3037191038d554cdf4683fb0fd37c2ab0e Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 28 Jan 2016 23:21:25 +0000 Subject: [PATCH] Add book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4972120..8003258 100644 --- a/README.md +++ b/README.md @@ -799,6 +799,7 @@ Various resources, such as books, websites and articles, for improving your PHP ## PHP Books *Fantastic PHP-related books.* +* [PHP Pandas](http://daylerees.com/php-pandas/) - A book about learning to write PHP by Dayle Rees. * [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona. * [The Grumpy Programmer's Guide to Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - A book about building testing PHP applications by Chris Hartjes. * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.