PHPackages                             dlondero/gh-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. dlondero/gh-dashboard

ActiveProject

dlondero/gh-dashboard
=====================

Add missing feature to list issues mentioning me in Github's organization dashboard!

0.3.3(11y ago)1024MITPHP

Since Jul 15Pushed 11y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

gh-dashboard
============

[](#gh-dashboard)

[![Build Status](https://camo.githubusercontent.com/484a863e5e2aa0fce7a10ecb78807eba8134dbcc570817242a250e22752ddd4f/68747470733a2f2f7472617669732d63692e6f72672f646c6f6e6465726f2f67682d64617368626f6172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dlondero/gh-dashboard)

Command line dashboard for GitHub

GitHub has a very nice organization dashboard where you can see all issues of the repositories of the org and use some filters to control issues "Assigned to you" and "Created by you". Unfortunately there's no "Mentioning you" like when browsing issues in a single repository. And this sucks, because I use a lot the org dashboard to have an overview of all the issues I need to look at.

I pinged @github on Twitter a couple of times reporting this missing feature with no results, then wrote them using their contact form and quickly got a reply telling me that they "added a +1 to this on our internal Feature Request List" but also "We can't promise if we may add this, however your feedback is definitely appreciated". Thanks for you honesty.

I then looked at the [API](https://developer.github.com/v3/issues/#list-issues) and found that filtering for `mentioned` issues looks quite easy so I decided to write some code in order to consume the API and get a CLI tool to solve the issue.

[![gh-dashboard output](https://camo.githubusercontent.com/69c6f30b499d4c08709e8e06720ce0c39b1765d27a8f6b7075c980f1ef3fa9ef/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f363635363834392f67682d64617368626f6172642d312e706e67)](https://camo.githubusercontent.com/69c6f30b499d4c08709e8e06720ce0c39b1765d27a8f6b7075c980f1ef3fa9ef/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f363635363834392f67682d64617368626f6172642d312e706e67)

If you want to read a more in depth story about gh-dashboard you can do it on this [blog post](http://dlondero.it/oss/github/2014/07/25/gh-dashboard.html).

### Install

[](#install)

#### 1) Installing system-wide using composer (recommended)

[](#1-installing-system-wide-using-composer-recommended)

```
$ composer global require dlondero/gh-dashboard=dev-master@dev
```

If it is the first time you globally install a dependency then make sure you include `~/.composer/vendor/bin` in $PATH as shown [here](http://getcomposer.org/doc/03-cli.md#global).

##### Always keep your gh/dashboard installation up to date:

[](#always-keep-your-ghdashboard-installation-up-to-date)

```
$ composer global update dlondero/gh-dashboard
```

#### 2) Installing manually:

[](#2-installing-manually)

1. Clone this repository
2. Link `gh-dashboard` in order to use it from wherever you need `ln -s ~/yourpath/gh-dashboard/bin/gh-dashboard /usr/local/bin/gh-dashboard`

### Setup

[](#setup)

On the first run you will be asked for an [access token](https://github.com/blog/1509-personal-api-tokens) and some defaults (organization, filter and state) which will be used when running gh-dashboard without specifying any option.

### Usage

[](#usage)

Use default organization and filter issues showing the ones where you are `mentioned` and in `open` status.

```
$ gh-dashboard
```

Or specify the parameters you want

```
$ gh-dashboard [--organization="..."] [--filter="..."] [--state="..."]
```

you can see available `filters` and `states` on the [API documentation](https://developer.github.com/v3/issues/#list-issues).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

6

Last Release

4293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1bc693aa75d3cab07a5b774fb7c27cb7474d674023bddd2c486cc03d5f9e1697?d=identicon)[dlondero](/maintainers/dlondero)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dlondero-gh-dashboard/health.svg)

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

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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