Files
website/src/content/resources/php/intro.md
T

20 lines
511 B
Markdown

---
authors:
- "veksen#1565"
created_at: 2019/12/15
title: PHP
---
## Useful links and documentation
- [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/)