Skip to content

Commit

Permalink
Added reference to PHP ADR tool
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Nov 13, 2019
1 parent 2ea3034 commit 5138386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/adr_tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
require __DIR__ . '/../vendor/autoload.php';

const FILE_SYSTEM_TAG = 'File System';

// https://github.com/globtec/phpadr - ADR Tool for PHP

$workspace = new Workspace((string)\getenv('STRUCTURIZR_WORKSPACE_ID'), 'adr-tools', 'A description of the adr-tools command line utility.');
$model = $workspace->getModel();

Expand Down

0 comments on commit 5138386

Please sign in to comment.