From 726aae01d55b6a9baa2e7db07ff8f6c59bf20ce9 Mon Sep 17 00:00:00 2001 From: Jonatan Santos Date: Sun, 3 Oct 2021 17:54:48 -0300 Subject: [PATCH] Adding phpdocumentor (#5764) --- 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 06272cf2..f8c6642b 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1605,6 +1605,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 Best Practices](https://phpbestpractices.org) +* [PHP Documentor - Documentation](https://docs.phpdoc.org) - phpdoc.org * [PHP Internals Book](http://www.phpinternalsbook.com) * [PHP Notes for Professionals](https://goalkicker.com/PHPBook/) - Compiled from StackOverflow Documentation (PDF) * [PHP Pandas](http://daylerees.com/php-pandas/) - Dayle Rees -- GitLab