File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -83,9 +83,14 @@ This library relies on:
8383
8484` ` ` mermaid
8585graph 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
You can’t perform that action at this time.
0 commit comments