From eee3bb9e1ba4156cb58ebb2dcc0d1b70ef6eb37d Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Wed, 16 Apr 2014 10:37:13 +0300 Subject: [PATCH] Added a new section on Books. --- _posts/13-04-01-Books.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _posts/13-04-01-Books.md diff --git a/_posts/13-04-01-Books.md b/_posts/13-04-01-Books.md new file mode 100644 index 0000000..c153ebf --- /dev/null +++ b/_posts/13-04-01-Books.md @@ -0,0 +1,25 @@ +--- +isChild: true +anchor: components +--- + +## Books {#books_title} + +There are a lot of books around for PHP but some are sadly now quite old and no +longer contain accurate information. There are even books published for "PHP 6" +which does not exist, any might not now ever exist because of those books. + +This section aims to be a living document for recommended books on PHP +development in general. Just like with the list of frameworks, there will no +doubt lots of interest in people adding their own books. Send a PR and see what +happens. + +### Free Books + +* [PHP The Rght Way](https://leanpub.com/phptherightway/) - This website is +available as a book completely for free + +### Paid Books + +* [Modernizing Legacy Applications In PHP](https://leanpub.com/mlaphp) - Get +your code under control in a series of small, specific steps