mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 15:36:36 +02:00
Added a new section on Books.
This commit is contained in:
25
_posts/13-04-01-Books.md
Normal file
25
_posts/13-04-01-Books.md
Normal file
@@ -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
|
Reference in New Issue
Block a user