Remove Oher Books.

Keep the focus on PHP. There are loads of great lists for other topics.
This commit is contained in:
Jamie York 2020-10-19 13:06:16 +01:00 committed by GitHub
parent 6ddb1d3591
commit ed82feb837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -82,7 +82,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
- [PHP Websites](#php-websites)
- [Other Websites](#other-websites)
- [PHP Books](#php-books)
- [Other Books](#other-books)
- [PHP Videos](#php-videos)
- [PHP Podcasts](#php-podcasts)
- [PHP Reading](#php-reading)
@ -916,14 +915,6 @@ Various resources, such as books, websites and articles, for improving your PHP
* [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.
* [XML Parsing with PHP](https://www.phparch.com/books/xml-parsing-with-php/) - This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically.
### Other Books
*Books related to general computing and web development.*
* [Eloquent JavaScript](https://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
* [Pro Git](https://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub.
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
* [The Tangled Web — Securing Web Applications](https://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.
### PHP Videos
*Fantastic PHP-related videos.*