These are best practices, rather than coding standards.
Coding Standards should be guidelines that we should be aiming to stick to, relating to the way code is written and its readability.
Coding standards can be and should be defined by automation tools, such as phpCS and StyleCI.
Best Practices, however, are recommendations that may help with security, performance, or architectural patterns that are solutions to a commonly occurring problems.