33[ ![ last commit] ( https://img.shields.io/github/last-commit/mdeboer/ddev-php-spx )] ( https://github.com/mdeboer/ddev-php-spx/commits )
44[ ![ release] ( https://img.shields.io/github/v/release/mdeboer/ddev-php-spx )] ( https://github.com/mdeboer/ddev-php-spx/releases/latest )
55
6- # DDEV Php Spx
6+ # DDEV php-spx (Simple Profiling eXtension)
77
88## Overview
99
10- This add-on integrates Php Spx into your [ DDEV] ( https://ddev.com/ ) project.
10+ This add-on integrates [ php-spx] ( https://github.com/NoiseByNorthwest/php-spx ) (Simple Profiling eXtension) into
11+ your [ DDEV] ( https://ddev.com/ )
12+ project.
1113
1214## Installation
1315
@@ -20,10 +22,14 @@ After installation, make sure to commit the `.ddev` directory to version control
2022
2123## Usage
2224
23- | Command | Description |
24- | ------- | ----------- |
25- | ` ddev describe ` | View service status and used ports for Php Spx |
26- | ` ddev logs -s php-spx ` | Check Php Spx logs |
25+ | Command | Description |
26+ | -------------------| -------------------------------------------|
27+ | ` ddev spx status ` | See whether SPX extension has been loaded |
28+ | ` ddev spx on ` | Enable SPX extension |
29+ | ` ddev spx off ` | Disable SPX extension |
30+
31+ For information about the usage of SPX itself, please refer to the official documentation
32+ at https://github.com/NoiseByNorthwest/php-spx .
2733
2834## Advanced Customization
2935
@@ -39,8 +45,8 @@ Make sure to commit the `.ddev/.env.php-spx` file to version control.
3945
4046All customization options (use with caution):
4147
42- | Variable | Flag | Default |
43- | -------- | ---- | ------- |
48+ | Variable | Flag | Default |
49+ | ------------------------ | -------------------------- | ------------------------------ |
4450| ` PHP_SPX_DOCKER_IMAGE ` | ` --php-spx-docker-image ` | ` ddev/ddev-utilities:latest ` |
4551
4652## Credits
0 commit comments