Skip to content

Commit 2d3d7fa

Browse files
committed
v1.0.0
1 parent 463ead4 commit 2d3d7fa

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

README-AR.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,15 @@ composer require maatify/bootstrap
8383
#### 📦 مخطط تسلسل الاعتماد (Dependency Chain Diagram)
8484

8585
```mermaid
86-
graph TD
87-
A[maatify/psr-logger]:::core --> B[maatify/common]:::core
88-
B --> C[maatify/bootstrap]:::main
89-
C --> D["Other Maatify Libraries (rate-limiter, redis-cache, security-guard...)"]:::ext
90-
91-
classDef core fill:#a3d2ff,stroke:#004aad,stroke-width:2px;
92-
classDef main fill:#d1ffd1,stroke:#008000,stroke-width:2px;
93-
classDef ext fill:#fff3b0,stroke:#ffb300,stroke-width:2px;
86+
graph TD
87+
A[maatify/psr-logger]:::core --> B[maatify/common]:::core
88+
B --> C[maatify/bootstrap]:::main
89+
C --> D["Other Maatify Libraries (rate-limiter, redis-cache, security-guard...)"]:::ext
90+
91+
classDef core fill:#0066cc,color:#ffffff,stroke:#003366,stroke-width:2px;
92+
classDef main fill:#009933,color:#ffffff,stroke:#004d1a,stroke-width:2px;
93+
classDef ext fill:#ffcc00,color:#000000,stroke:#996600,stroke-width:2px;
94+
9495
9596
```
9697

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,14 @@ This library relies on:
8383

8484
```mermaid
8585
graph TD
86-
A[maatify/psr-logger] --> B[maatify/common]
87-
B --> C[maatify/bootstrap]
88-
C --> D[Other Maatify Libraries<br>(rate-limiter, redis-cache, security-guard...)]
86+
A[maatify/psr-logger]:::core --> B[maatify/common]:::core
87+
B --> C[maatify/bootstrap]:::main
88+
C --> D["Other Maatify Libraries (rate-limiter, redis-cache, security-guard...)"]:::ext
89+
90+
classDef core fill:#0066cc,color:#ffffff,stroke:#003366,stroke-width:2px;
91+
classDef main fill:#009933,color:#ffffff,stroke:#004d1a,stroke-width:2px;
92+
classDef ext fill:#ffcc00,color:#000000,stroke:#996600,stroke-width:2px;
93+
8994
```
9095

9196
> This diagram shows how each Maatify package inherits initialization and logging automatically

0 commit comments

Comments
 (0)