PHPackages                             iqtool/laravel-signoz - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. iqtool/laravel-signoz

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

iqtool/laravel-signoz
=====================

Laravel Signoz integration

0.3(5mo ago)027MITPHPPHP &gt;=8.0.0

Since Jan 19Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/iqlearning/laravel-signoz)[ Packagist](https://packagist.org/packages/iqtool/laravel-signoz)[ RSS](/packages/iqtool-laravel-signoz/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Laravel SigNoz Integration
==========================

[](#laravel-signoz-integration)

A Laravel package to integrate OpenTelemetry for SigNoz, providing Traces, Metrics, and Logs via OTLP.

Installation
------------

[](#installation)

Install the package via composer:

```
composer require iqtool/laravel-signoz
```

Configuration
-------------

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --tag=laravel-signoz-config
```

usage
-----

[](#usage)

Configure your `.env` file to point to your SigNoz OTLP collector:

```
OTEL_SERVICE_NAME=your-app-name
OTEL_EXPORTER_TYPE=otlp
OTEL_EXPORTER_OTLP_ENDPOINT=http://locahost:4318
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_INSTRUMENTATION_DB_ENABLED=true
```

Features
--------

[](#features)

- **Traces**: Auto-instrumentation for Laravel requests, jobs, and more via `opentelemetry-auto-laravel`.
- **Metrics**: Standard system and application metrics.
- **Logs**: Application logs sent to SigNoz.
- **Database**: Automatic query instrumentation.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance71

Regular maintenance activity

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

166d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/253889891?v=4)[iqlearning](/maintainers/iqlearning)[@iqlearning](https://github.com/iqlearning)

---

Top Contributors

[![iqlearning](https://avatars.githubusercontent.com/u/253889891?v=4)](https://github.com/iqlearning "iqlearning (3 commits)")

### Embed Badge

![Health badge](/badges/iqtool-laravel-signoz/health.svg)

```
[![Health](https://phpackages.com/badges/iqtool-laravel-signoz/health.svg)](https://phpackages.com/packages/iqtool-laravel-signoz)
```

###  Alternatives

[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
