From 8e06099312fbc080de1aa34e7651099f53313fd0 Mon Sep 17 00:00:00 2001 From: DilshadSheikh Date: Thu, 28 Oct 2021 22:19:12 +0500 Subject: [PATCH] update php resource (#6357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update php resource An online book for learning PHP * fix lint errors * add in process Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: Eric Hellman Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 6b5973191..0e22393fc 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1701,6 +1701,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Clean Code PHP](https://github.com/jupeter/clean-code-php) * [PHP 5 Power Programming](http://www.informit.com/content/images/013147149X/downloads/013147149X_book.pdf) (PDF) +* [PHP Apprentice](https://phpapprentice.com) - Andrew Davis *(:construction: in process)* * [PHP Best Practices](https://phpbestpractices.org) * [PHP Documentor - Documentation](https://docs.phpdoc.org) - phpdoc.org * [PHP Internals Book](http://www.phpinternalsbook.com)