soockee/laminas-opentelemetry

A Laminas wrapper for the opentelemetry-php sdk

dev-master 2022-05-11 13:49 UTC

This package is auto-updated.

Last update: 2024-04-19 21:25:37 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