Skip to content

Commit

Permalink
Adding additional PHP nocode example - appeasing Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstrecansky committed Jan 9, 2025
1 parent 77380d5 commit d01a15d
Show file tree
Hide file tree
Showing 4 changed files with 2,118 additions and 2,287 deletions.
5 changes: 5 additions & 0 deletions .cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ dictionaries:
- companies
words: # Valid words across all locales
- htmltest
- nyholm
- diactoros
- pecl
- excimer
- phpbox
3 changes: 2 additions & 1 deletion content/en/docs/zero-code/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,5 @@ to collect custom telemetry data.
For more examples, see
[opentelemetry-php-contrib/examples](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/examples).

A full working example of this can be found [here](/content/en/docs/zero-code/php)
A full working example of this can be found
[here](/content/en/docs/zero-code/php)
24 changes: 12 additions & 12 deletions content/en/docs/zero-code/php/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"require": {
"slim/slim": "4.14",
"slim/psr7": "^1.7",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.1",
"laminas/laminas-diactoros": "^3.5",
"open-telemetry/sdk": "^1.1",
"open-telemetry/opentelemetry-auto-slim": "^1.0",
"open-telemetry/opentelemetry-auto-psr18": "^1.0",
"open-telemetry/exporter-otlp": "^1.1",
"open-telemetry/transport-grpc": "^1.1"
}
"require": {
"slim/slim": "4.14",
"slim/psr7": "^1.7",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.1",
"laminas/laminas-diactoros": "^3.5",
"open-telemetry/sdk": "^1.1",
"open-telemetry/opentelemetry-auto-slim": "^1.0",
"open-telemetry/opentelemetry-auto-psr18": "^1.0",
"open-telemetry/exporter-otlp": "^1.1",
"open-telemetry/transport-grpc": "^1.1"
}
}
Loading

0 comments on commit d01a15d

Please sign in to comment.