Skip to content

Commit

Permalink
Add php mermaid (#374)
Browse files Browse the repository at this point in the history
* Add PHP to Mermaid

* Add HTTP
Juliano Costa authored Sep 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent db160c4 commit 9f097aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ frontend(Frontend):::javascript
loadgenerator([Load Generator]):::python
paymentservice(Payment Service):::javascript
productcatalogservice(ProductCatalog Service):::golang
quoteservice(Quote Service):::php
recommendationservice(Recommendation Service):::python
shippingservice(Shipping Service):::rust
featureflagservice(Feature Flag Service):::erlang
@@ -67,7 +68,7 @@ frontend --> productcatalogservice
frontend --> checkoutservice
frontend --> currencyservice
frontend --> recommendationservice --> productcatalogservice
frontend --> shippingservice
frontend --> shippingservice -->|HTTP| quoteservice
productcatalogservice --> |evalFlag| featureflagservice
@@ -100,6 +101,7 @@ subgraph Service Legend
javascriptsvc(JavaScript):::javascript
rustsvc(Rust):::rust
erlangsvc(Erlang/Elixir):::erlang
phpsvc(PHP):::php
end
classDef java fill:#b07219,color:white;

0 comments on commit 9f097aa

Please sign in to comment.