PHP
Static Analysis, SAST, Code Coverage, Code Complexity
Sample Configuration
.deepsource.toml
version = 1
test_patterns = [
"tests/**",
"test_e2e/**"
]
exclude_patterns = [
"vendor/**"
]
[[analyzers]]
name = "php"
[analyzers.meta]
bootstrap_files = ["config/bootstrap.php"]
Explore the docs for all configuration options.