You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-27Lines changed: 16 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# PHPScope
2
+
2
3
[](https://vshymanskyy.github.io/StandWithUkraine/)
3
4
4
-
PHPScope is a PHP profiling tool that integrates with Pyroscope to provide continuous profiling for PHP applications. It captures PHP-FPM and PHP CLI processes performance data and sends it to a Pyroscope server for visualization and analysis.
5
+
PHPScope is a PHP profiling tool based on [phpspy](https://github.com/adsr/phpspy)that integrates with Pyroscope to provide continuous profiling for PHP applications. It captures trought [phpspy](https://github.com/adsr/phpspy) PHP-FPM and PHP CLI processes performance data and sends it to a Pyroscope server for visualization and analysis.
5
6
6
7
## Features
7
8
@@ -26,42 +27,27 @@ You can either run PHPScope using Docker Compose or build it from source.
0 commit comments