mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-09-01 17:32:44 +02:00
35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
---
|
|
isChild: true
|
|
anchor: other_resources
|
|
title: Other Useful Resources
|
|
---
|
|
|
|
## Other Useful Resources {#other_resources_title}
|
|
|
|
### Cheatsheets
|
|
|
|
* [PHP Cheatsheets](https://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions.
|
|
* [Modern PHP Cheatsheet](https://github.com/smknstd/modern-php-cheatsheet) - documents modern (PHP 7.0+) idioms in a unified document.
|
|
* [OWASP Security Cheatsheets](https://owasp.org/www-project-cheat-sheets/) - provides a concise collection of high value information on specific application security topics.
|
|
|
|
### More best practices
|
|
|
|
* [PHP Best Practices](https://phpbestpractices.org/)
|
|
* [Why You Should Be Using Supported PHP Versions](https://kinsta.com/blog/php-versions/)
|
|
|
|
### News around the PHP and web development communities
|
|
|
|
You can subscribe to weekly newsletters to keep yourself informed on new libraries, latest news, events and general
|
|
announcements, as well as additional resources being published every now and then:
|
|
|
|
* [PHP Weekly](https://www.phpweekly.com)
|
|
* [JavaScript Weekly](https://javascriptweekly.com/)
|
|
* [Frontend Focus](https://frontendfoc.us/)
|
|
* [Mobile Web Weekly](https://mobiledevweekly.com/)
|
|
|
|
There are also Weeklies on other platforms you might be interested in; here's [a list of some](https://github.com/jondot/awesome-weekly).
|
|
|
|
### PHP universe
|
|
|
|
* [PHP Developer blog](https://blog.phpdeveloper.org/)
|