Skip to content

Commit

Permalink
Merge pull request #446 from jakzal/phparkitect
Browse files Browse the repository at this point in the history
Add phparkitect
  • Loading branch information
jakzal authored Aug 2, 2022
2 parents 1bfba34 + a44326d commit 27c7895
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| php-fuzzer | [A fuzzer for PHP, which can be used to find bugs in libraries by feeding them 'random' inputs](https://github.com/nikic/PHP-Fuzzer) | ✅ | ✅ | ✅ |
| php-semver-checker | [Suggests a next version according to semantic versioning](https://github.com/tomzx/php-semver-checker) | ✅ | ✅ | ✅ |
| phpa | [Checks for weak assumptions](https://github.com/rskuipers/php-assumptions) | ✅ | ✅ | ✅ |
| phparkitect | [Helps to put architectural constraints in a PHP code base](https://github.com/phparkitect/arkitect) | ✅ | ✅ | ✅ |
| phpat | [Easy to use architecture testing tool](https://github.com/carlosas/phpat) | ✅ | ✅ | ✅ |
| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | ✅ | ✅ | ✅ |
| phpca | [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer) | ✅ | ✅ | ✅ |
Expand Down
13 changes: 13 additions & 0 deletions resources/architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@
"test": "php-coupling-detector list",
"tags": ["architecture"]
},
{
"name": "phparkitect",
"summary": "Helps to put architectural constraints in a PHP code base",
"website": "https://github.com/phparkitect/arkitect",
"command": {
"phar-download": {
"phar": "https://github.com/phparkitect/arkitect/releases/latest/download/phparkitect.phar",
"bin": "%target-dir%/phparkitect"
}
},
"test": "phparkitect --version",
"tags": ["architecture"]
},
{
"name": "phpat",
"summary": "Easy to use architecture testing tool",
Expand Down

0 comments on commit 27c7895

Please sign in to comment.