content(resources): add content to lang intro pages

This commit is contained in:
Jean-Philippe Sirois
2019-12-15 23:57:39 -05:00
parent 4690ca9e08
commit d392f3ec2f
6 changed files with 128 additions and 12 deletions
+11 -2
View File
@@ -5,6 +5,15 @@ created_at: 2019/12/15
title: PHP
---
## PHP
## Useful links and documentation
The PHP resources ^\_-
- [Official documentation](https://secure.php.net/manual/en/)
- [Laracasts PHP tutorials](http://laracasts.com/)
- [PHP: The Right Way](https://phptherightway.com/)
- [PHP Standard Recommendations](https://www.php-fig.org/psr/)
- [OWASP Cheatsheet](https://cheatsheetseries.owasp.org/)
## Useful Libraries
- [Composer package manager](https://getcomposer.org/)
- [phpDocumentor](https://www.phpdoc.org/)