soockee / laminas-opentelemetry
A Laminas wrapper for the opentelemetry-php sdk
dev-master
2022-05-11 13:49 UTC
Requires
- php: ^7.4 || ^8.0
- guzzlehttp/psr7: ^2.2
- laminas/laminas-servicemanager: ^3.11
- open-telemetry/opentelemetry: ^0.0.10
- symfony/http-client: ^5.4
Requires (Dev)
- dg/bypass-finals: ^1.3
- friendsofphp/php-cs-fixer: ^3.8
- laminas/laminas-eventmanager: ^3.5
- laminas/laminas-log: ^2.15
- laminas/laminas-mvc: ^3.3
- phpstan/phpstan: ^1.6
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2025-03-19 23:32:56 UTC
README
A Laminas module that wraps the OpenTelementry SDK for PHP.
Installation
composer require soockee/laminas-opentelemetry
Examples
To run the example use the build in PHP server
cd example/skeleton_example
php -S 0.0.0.0:8080 -t public
Tests
make test
Contributing
This project uses the 3 Musketeers pattern
In a nutshell, a user calls a Make target which then delegates the Task to be executed in a Container to Docker or Compose