We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c16093 commit 35895ecCopy full SHA for 35895ec
data/tools/arkitect.yml
@@ -0,0 +1,18 @@
1
+name: PHPArkitect
2
+categories:
3
+ - linter
4
+tags:
5
+ - php
6
+license: MIT
7
+types:
8
+ - cli
9
+source: 'https://github.com/phparkitect/arkitect'
10
+homepage: 'https://github.com/phparkitect/arkitect'
11
+resources:
12
+ - title: 'PUG Romagna - Testing Architectural Decisions with PHPArkitect (Italian)'
13
+ url: 'https://www.youtube.com/watch?v=fhRDZs82AbE'
14
+description: >-
15
+ PHPArkitect helps you to keep your PHP codebase coherent and solid, by
16
+ permitting to add some architectural constraint check to your workflow. You
17
+ can express the constraint that you want to enforce, in simple and readable
18
+ PHP code.
0 commit comments