PHPackages                             odesk/phystrix-dashboard - 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. [Admin Panels](/categories/admin)
4. /
5. odesk/phystrix-dashboard

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

odesk/phystrix-dashboard
========================

Hystrix dashboard support for Phystrix

1.0.2(8y ago)028.3k[1 issues](https://github.com/upwork/phystrix-dashboard/issues)Apache-2.0PHPPHP &gt;=5.3.3

Since Jul 25Pushed 8y ago23 watchersCompare

[ Source](https://github.com/upwork/phystrix-dashboard)[ Packagist](https://packagist.org/packages/odesk/phystrix-dashboard)[ RSS](/packages/odesk-phystrix-dashboard/feed)WikiDiscussions master Synced 1mo ago

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

### About

[](#about)

[Hystrix Dashboard](https://github.com/Netflix/Hystrix/wiki/Dashboard) provides instant insight into your application metrics.

*phystrix-dashboard* implements `text/event-stream` emitting server compatible with Hystrix Dashboard and lets you see stats for all Phystrix commands being executed on the machine.

### Installation and requirements

[](#installation-and-requirements)

1. The pre-requirement is to have [Hystrix Dashboard](https://github.com/Netflix/Hystrix/wiki/Dashboard) installed and running. Read about installation and configuration in [Hystrix Dashboard Wiki](https://github.com/Netflix/Hystrix/wiki/Dashboard).
2. Run `composer require odesk/phystrix-dashboard` to download the source code.
3. Prepare a PHP file, to make use of phystrix-dashboard:

    ```
     // Composer built-in autoloader is used for event streaming endpoint
     include_once __DIR__ . '/../vendor/autoload.php';

     // $config is the same configuration you use for Odesk\Phystrix\CommandFactory in your application
     $config = new Zend\Config\Config(array(/* ... */));
     $metricsPoller = new \Odesk\PhystrixDashboard\MetricsEventStream\ApcMetricsPoller($config);
     $metricsServer = new \Odesk\PhystrixDashboard\MetricsEventStream\MetricsServer($metricsPoller);
     $metricsServer->run();

    ```
4. Serve this with a web server of your choice.
5. Point Hystrix Dashboard UI to this endpoint

### Limitations and known problems

[](#limitations-and-known-problems)

- Due to a problem in Hystrix Dashboard's UI javascript, you cannot use backslash "\\" in command keys.

### License

[](#license)

Copyright 2013-2014 oDesk Corporation. All Rights Reserved.

phystrix-dashboard is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~606 days

Total

3

Last Release

3103d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

dashboardodeskphystrix

### Embed Badge

![Health badge](/badges/odesk-phystrix-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/odesk-phystrix-dashboard/health.svg)](https://phpackages.com/packages/odesk-phystrix-dashboard)
```

###  Alternatives

[digital-creative/nova-dashboard

The missing dashboard for nova.

7169.3k1](/packages/digital-creative-nova-dashboard)[jubeki/nova-card-linkable

A Linkeable Card for the Laravel Nova Dashboard.

19246.1k](/packages/jubeki-nova-card-linkable)[eliseekn/laravel-metrics

Generate easily metrics and trends data of your models for your dashboards.

1075.7k](/packages/eliseekn-laravel-metrics)[plastyk/dashboard

An extendable dashboard for Silverstripe

2243.0k2](/packages/plastyk-dashboard)[putyourlightson/craft-dashboard-begone

Removes the dashboard and redirects users to entries.

1179.0k1](/packages/putyourlightson-craft-dashboard-begone)[superv/platform

SuperV Platform Package

2411.6k5](/packages/superv-platform)

PHPackages © 2026

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