From 72439584067c4b3969fed65689b2a5f6ae6d71ad Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 15 Feb 2024 10:52:55 +0100 Subject: [PATCH] Add PHPArkitect (#1533) --- data/tools/arkitect.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/tools/arkitect.yml diff --git a/data/tools/arkitect.yml b/data/tools/arkitect.yml new file mode 100644 index 000000000..a37746d39 --- /dev/null +++ b/data/tools/arkitect.yml @@ -0,0 +1,18 @@ +name: PHPArkitect +categories: + - linter +tags: + - php +license: MIT +types: + - cli +source: 'https://github.com/phparkitect/arkitect' +homepage: 'https://github.com/phparkitect/arkitect' +resources: + - title: 'PUG Romagna - Testing Architectural Decisions with PHPArkitect (Italian)' + url: 'https://www.youtube.com/watch?v=fhRDZs82AbE' +description: >- + PHPArkitect helps you to keep your PHP codebase coherent and solid, by + permitting to add some architectural constraint check to your workflow. You + can express the constraint that you want to enforce, in simple and readable + PHP code. \ No newline at end of file