We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f383800 commit e3ab402Copy full SHA for e3ab402
README.md
@@ -14,6 +14,17 @@ PHPScope is a PHP profiling tool based on [phpspy](https://github.com/adsr/phpsp
14
- Function exclusion patterns
15
- Concurrent processing support ( WIP )
16
17
+## Architecture
18
+
19
+
20
21
+The diagram above shows the main components of PHPScope:
22
23
+1. **Collector (phpspy)**: Captures stack traces from PHP processes
24
+2. **Processor**: Processes and filters the raw stack traces
25
+3. **Converter**: Converts traces to Pyroscope-compatible format
26
+4. **Sender**: Handles communication with Pyroscope server
27
28
## Prerequisites
29
30
- Go 1.23.3 or higher
docs/architecture.svg
0 commit comments