Entries tagged php | Hugonweb Annotated Link Bibliography

Common mistakes to avoid in PHP

https://stackoverflow.com/collectives/php/collections/76822501/common-mistakes-to-avoid-in-php

List of Stack Overflow questions about mistakes to avoid in PHP

(The only proper) [PHP] PDO tutorial

https://phpdelusions.net/pdo

A nice tutorial on PDO, the built-in SQL interface for PHP.

In particular, the official documentation doesn't say much about querying, but it's covered well here.

The other pages on the site are good too.

Psalm PHP Static Analyzer

https://psalm.dev

A static analyzer with (optionally very strict) type checking. Developed at Vimeo.

Includes a language server (link to docs)