Additional tools
- Document customising the image
- Disable the memory limit
Include:
- deptrac - Enforces dependency rules
- php-semver-checker - Suggests a next version according to semantic versioning
- phpda - Generates dependency graphs
- phpdoc-to-typehint - Automatically adds type hints and return types based on PHPDocs
- php-formatter - Custom coding standards fixer
- psalm - Finds errors in PHP applications
- phpmnd - Helps to detect magic numbers
- phan - Static Analysis Tool
- php-code-fixer - Finds usage of deprecated features
- php-code-analyzer - Finds usage of non-built-in extensions
- phpa - Checks for weak assumptions