Create version ^0 authored by Diego Sorrentino's avatar Diego Sorrentino
---
title: version ^0
---
# Diagramma delle classi
Diagramma delle classi realizzato tramite l'immagine [`docker`](https://hub.docker.com/r/smeghead7/php-class-diagram) di [`php-class-diagram`](https://github.com/smeghead/php-class-diagram) rediretto in [`plantuml`](https://plantuml.com/) tramite comando:
```sh
docker run --rm \
-v $(pwd):/usr/src \
-w /usr/src \
smeghead7/php-class-diagram bash \
-c 'php-class-diagram src/ | plantuml -pipe -tpng > class-diagram.png'
```
![class-diagram](uploads/0ad3681bf5951afc51eb4ca6b228902e/class-diagram.png)
\ No newline at end of file