|
| 1 | +@startuml |
| 2 | + |
| 3 | +'left to right direction |
| 4 | + |
| 5 | +'!pragma layout smetana |
| 6 | + |
| 7 | +hide stereotype |
| 8 | + |
| 9 | +'hide <<VENDOR>> |
| 10 | + |
| 11 | +skinparam { |
| 12 | + backgroundColor transparent |
| 13 | + |
| 14 | + rectangleBackgroundColor #EE8 |
| 15 | + rectangleBackgroundColor<<VENDOR>> white |
| 16 | + ranksep 100 |
| 17 | +} |
| 18 | + |
| 19 | +rectangle "codercat/jwk-to-pem" <<VENDOR>> as codercat.jwk_to_pem |
| 20 | +rectangle "defuse/php-encryption" <<VENDOR>> as defuse.php_encryption |
| 21 | +rectangle "easyrdf/easyrdf" <<VENDOR>> as easyrdf.easyrdf |
| 22 | +rectangle "laminas/laminas-diactoros" <<VENDOR>> as laminas.laminas_diactoros |
| 23 | +rectangle "laminas/laminas-httphandlerrunner" <<VENDOR>> as laminas.laminas_httphandlerrunner |
| 24 | +rectangle "lcobucci/jwt" <<VENDOR>> as lcobucci.jwt |
| 25 | +rectangle "league/container" <<VENDOR>> as league.container |
| 26 | +rectangle "league/flysystem" <<VENDOR>> as league.flysystem |
| 27 | +rectangle "league/oauth2-server" <<VENDOR>> as league.oauth2_server |
| 28 | +rectangle "league/route" <<VENDOR>> as league.route |
| 29 | +rectangle "mjrider/flysystem-factory" <<VENDOR>> as mjrider.flysystem_factory |
| 30 | +rectangle "ml/json-ld" <<VENDOR>> as ml.json_ld |
| 31 | +rectangle "php-http/httplug" <<VENDOR>> as php_http.httplug |
| 32 | +rectangle "phptal/phptal" <<VENDOR>> as phptal.phptal |
| 33 | +rectangle "pietercolpaert/hardf" <<VENDOR>> as pietercolpaert.hardf |
| 34 | +rectangle "psr/http-factory" <<VENDOR>> as psr.http_factory |
| 35 | +rectangle "psr/http-message" <<VENDOR>> as psr.http_message |
| 36 | +rectangle "psr/log" <<VENDOR>> as psr.log |
| 37 | +rectangle "textalk/websocket" <<VENDOR>> as textalk.websocket |
| 38 | +rectangle "web-token/jwt-core" <<VENDOR>> as web_token.jwt_core |
| 39 | + |
| 40 | +rectangle "pdsinterop/solid-nextcloud" as pdsinterop.solid_nextcloud |
| 41 | +rectangle "pdsinterop/solid-server" as pdsinterop.solid_server |
| 42 | + |
| 43 | +rectangle "pdsinterop/flysystem-nextcloud" as pdsinterop.flysystem_nextcloud |
| 44 | +rectangle "pdsinterop/flysystem-rdf" as pdsinterop.flysystem_rdf |
| 45 | +rectangle "pdsinterop/solid-auth" as pdsinterop.solid_auth |
| 46 | +rectangle "pdsinterop/solid-crud" as pdsinterop.solid_crud |
| 47 | + |
| 48 | +pdsinterop.flysystem_nextcloud --> league.flysystem |
| 49 | + |
| 50 | +pdsinterop.solid_auth --> laminas.laminas_diactoros |
| 51 | +pdsinterop.solid_auth -u-> lcobucci.jwt |
| 52 | +pdsinterop.solid_auth -u-> league.oauth2_server |
| 53 | +pdsinterop.solid_auth -d-> web_token.jwt_core |
| 54 | + |
| 55 | +pdsinterop.flysystem_rdf -u-> easyrdf.easyrdf |
| 56 | +pdsinterop.flysystem_rdf --> league.flysystem |
| 57 | +pdsinterop.flysystem_rdf --> ml.json_ld |
| 58 | + |
| 59 | +pdsinterop.solid_crud -u-> laminas.laminas_diactoros |
| 60 | +pdsinterop.solid_crud -u-> league.flysystem |
| 61 | +pdsinterop.solid_crud -l-> pdsinterop.flysystem_rdf |
| 62 | +pdsinterop.solid_crud --> mjrider.flysystem_factory |
| 63 | +pdsinterop.solid_crud --> pietercolpaert.hardf |
| 64 | +pdsinterop.solid_crud -l-> psr.http_factory |
| 65 | +pdsinterop.solid_crud -r-> psr.http_message |
| 66 | +pdsinterop.solid_crud --> textalk.websocket |
| 67 | + |
| 68 | +pdsinterop.solid_nextcloud --> easyrdf.easyrdf |
| 69 | +pdsinterop.solid_nextcloud --> laminas.laminas_diactoros |
| 70 | +pdsinterop.solid_nextcloud --> lcobucci.jwt |
| 71 | +pdsinterop.solid_nextcloud --> pdsinterop.flysystem_nextcloud |
| 72 | +pdsinterop.solid_nextcloud --> pdsinterop.flysystem_rdf |
| 73 | +pdsinterop.solid_nextcloud --> pdsinterop.solid_auth |
| 74 | +pdsinterop.solid_nextcloud --> pdsinterop.solid_crud |
| 75 | +pdsinterop.solid_nextcloud -r-> psr.log |
| 76 | + |
| 77 | +pdsinterop.solid_server --> easyrdf.easyrdf |
| 78 | +pdsinterop.solid_server --> laminas.laminas_diactoros |
| 79 | +pdsinterop.solid_server --> lcobucci.jwt |
| 80 | +pdsinterop.solid_server --> league.flysystem |
| 81 | +pdsinterop.solid_server --> league.oauth2_server |
| 82 | +pdsinterop.solid_server --> pdsinterop.flysystem_rdf |
| 83 | +pdsinterop.solid_server --> pdsinterop.solid_auth |
| 84 | +pdsinterop.solid_server --> pdsinterop.solid_crud |
| 85 | + |
| 86 | +pdsinterop.solid_server -l-> phptal.phptal |
| 87 | +pdsinterop.solid_server -r-> codercat.jwk_to_pem |
| 88 | +pdsinterop.solid_server -u-> defuse.php_encryption |
| 89 | +pdsinterop.solid_server -u-> laminas.laminas_httphandlerrunner |
| 90 | +pdsinterop.solid_server -u-> league.container |
| 91 | +pdsinterop.solid_server -u-> league.route |
| 92 | +pdsinterop.solid_server -u-> php_http.httplug |
| 93 | + |
| 94 | +@enduml |
0 commit comments