PHPackages                             wareon/laravel-zipkin - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. wareon/laravel-zipkin

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

wareon/laravel-zipkin
=====================

Laravel zipkin for Laravel.

v1.0.3(3y ago)0482MITPHPPHP &gt;=7.0.0

Since Sep 2Pushed 3y ago2 watchersCompare

[ Source](https://github.com/wareon/laravel-zipkin)[ Packagist](https://packagist.org/packages/wareon/laravel-zipkin)[ Docs](https://github.com/wareon/laravel-zipkin)[ RSS](/packages/wareon-laravel-zipkin/feed)WikiDiscussions main Synced 1mo ago

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

laravel-zipkin
==============

[](#laravel-zipkin)

composer require wareon/laravel-zipkin
======================================

[](#composer-require-wareonlaravel-zipkin)

.env config
===========

[](#env-config)

```
# zipkin config
ZIPKIN_ENABLE=true
ZIPKIN_ENDPOINT_URL=http://localhost:9411/api/v2/spans
MICRO_SERVICE_NAME=Laravel zipkin RPC
MICRO_SERVICE_HOST=127.0.0.1
MICRO_SERVICE_PORT=8911
MICRO_SERVICE_TIMEOUT=10000

# zipkin Redis config
ZIPKIN_REDIS_PREFIX=
ZIPKIN_REDIS_KEY=ZIPKIN:LOG
ZIPKIN_REDIS_PARENT_PREFIX=ZIPKIN:PARENT:
ZIPKIN_REDIS_HOST=127.0.0.1
ZIPKIN_REDIS_PASSWORD=12345678
ZIPKIN_REDIS_PORT=6379
ZIPKIN_REDIS_DB=0

```

public config.php
=================

[](#public-configphp)

```
php artisan vendor:publish

```

change your class
=================

[](#change-your-class)

```
return [
    /* change your class here */
    'processor_class' => \Wareon\Zipkin\Thrift\Demo\DemoProcessor::class,
    'service_class' => \Wareon\Zipkin\Services\Server\DemoService::class,
    'client_class' => \Wareon\Zipkin\Services\Client\DemoServiceClient::class,
];
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~128 days

Total

4

Last Release

1324d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec1590afc29384d4516e4406f88851fa69390dc522faabc3a21a3a7eeab831a9?d=identicon)[wareon](/maintainers/wareon)

---

Top Contributors

[![sathray](https://avatars.githubusercontent.com/u/9317106?v=4)](https://github.com/sathray "sathray (4 commits)")[![wareon](https://avatars.githubusercontent.com/u/3927279?v=4)](https://github.com/wareon "wareon (1 commits)")

---

Tags

laravelextension

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wareon-laravel-zipkin/health.svg)

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

###  Alternatives

[vinelab/tracing-laravel

Distributed tracing for Laravel made easy

80118.7k1](/packages/vinelab-tracing-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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