Paired light/dark Graphviz diagrams for the ARCP PHP SDK. Edit the
.dot sources; render with dot -Tsvg.
cd docs/diagrams
for f in *.dot; do dot -Tsvg "$f" -o "${f%.dot}.svg"; donegraphviz provides dot. On macOS: brew install graphviz. On
Debian/Ubuntu: apt-get install -y graphviz.