ADRs tagged "php"
A collection of php-related software design choices that address architecturally significant requirements
- ADRs 9
- Collaborators 9
- Disciplines 6
- Use PHPStan for PHP code static analysis at level 6
- Configure Composer Patches to Use `-p2` as `patchLevel` for Drupal core
- Store Composer Patches configuration in composer.json
- Use local copies of patch files
- Break composer install if patches don't apply
- Use PHPUnit for unit testing PHP code
- Composer patches configuration and best practices
- Always use typehints in new PHP code
- Use strict types in PHP code