youlianfuwu/yii2-yltrace

Yii2 extension, used to trace metrics with OpenTelemetry

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

0.2.2 2024-10-24 11:25 UTC

This package is auto-updated.

Last update: 2025-03-24 12:18:15 UTC


README

yii2-yltrace

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist youlianfuwu/yii2-yltrace "*"

or add

"youlianfuwu/yii2-yltrace": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \com\youlian\trace\AutoloadExample::widget(); ?>```