https://www.owasp.org/index.php/OWASP_PHP_Security_Project
And good validation and data sanitizing.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Laravel uses PDO to prevent sql injection, right? And, you can use {{ $data }} to escape html data. Are there any other subjects I might consider for validating user input/output, like following package maybe:
https://github.com/mewebstudio/Purifier
Thanks
Please or to participate in this conversation.