Skip to content

Commit 49a9aae

Browse files
committed
πŸ“ Docs
1 parent 93a62b1 commit 49a9aae

File tree

9 files changed

+17
-1
lines changed

9 files changed

+17
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ A high-performance **PHP CRUD microservice** built with **Swoole**, featuring **
44

55
By 🐼 [Ramakant Gangwar](https://github.com/rxcod9)
66

7-
![Screenshot](https://raw.githubusercontent.com/rxcod9/php-swoole-crud-microservice/main/cover.png)
7+
8+
# βš™οΈ Swagger / OpenAPI
9+
![Swagger](docs/images/swagger.webp)
10+
11+
# ⚑️ Performance
12+
![Performance](docs/images/performance.webp)
13+
14+
# ❀️ Health
15+
![Performance](docs/images/health.webp)
16+
17+
# πŸ“Š Grafana Dashboards
18+
![Grafana1](docs/images/grafana1.webp)
19+
![Grafana2](docs/images/grafana2.webp)
20+
![Grafana3](docs/images/grafana3.webp)
21+
822

923
[![Latest Version](https://img.shields.io/github/v/release/rxcod9/php-swoole-crud-microservice?style=flat-square)](https://github.com/rxcod9/php-swoole-crud-microservice/releases)
1024
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rxcod9/php-swoole-crud-microservice/run-tests.yml?branch=main&label=tests)

β€Žcover.pngβ€Ž

-1.04 MB
Binary file not shown.

β€Ždocker-compose.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ services:
3737
metrics:
3838
build: .
3939
command: php public/metrics-server.php
40+
volumes:
41+
- .:/app
4042
ports:
4143
- "${METRICS_PORT:-9310}:${METRICS_PORT:-9310}"
4244
depends_on: # Wait for App

β€Ždocs/images/grafana1.webpβ€Ž

100 KB
Loading

β€Ždocs/images/grafana2.webpβ€Ž

116 KB
Loading

β€Ždocs/images/grafana3.webpβ€Ž

106 KB
Loading

β€Ždocs/images/health.webpβ€Ž

109 KB
Loading

β€Ždocs/images/performance.webpβ€Ž

98.2 KB
Loading

β€Ždocs/images/swagger.webpβ€Ž

102 KB
Loading

0 commit comments

Comments
Β (0)