mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
20 lines
511 B
Markdown
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/)
|