PHPackages                             mrtazz/yagd - 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. mrtazz/yagd

ActiveLibrary[Admin Panels](/categories/admin)

mrtazz/yagd
===========

Yet another graphite dashboard

1.0.1(10y ago)8182MITPHPPHP &gt;=5.5.0

Since Dec 14Pushed 10y ago3 watchersCompare

[ Source](https://github.com/mrtazz/yagd)[ Packagist](https://packagist.org/packages/mrtazz/yagd)[ Docs](http://code.mrtazz.com/yagd)[ RSS](/packages/mrtazz-yagd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

yagd
====

[](#yagd)

[![Build Status](https://camo.githubusercontent.com/13022fbb765aceb7044845424f03915de7425e7e6517248351a2eb671b657423/68747470733a2f2f7472617669732d63692e6f72672f6d7274617a7a2f796167642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mrtazz/yagd)[![Coverage Status](https://camo.githubusercontent.com/d9cd3ca38e5890a2933b5fc5030cadfb892a558181335064bd1d9a8630e2253c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d7274617a7a2f796167642f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/mrtazz/yagd?branch=master)[![Code Climate](https://camo.githubusercontent.com/807a4415826b0cca46637426cab3cf84a0c39121be6a12a730af2cc00655ea11/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6d7274617a7a2f796167642f6261646765732f6770612e737667)](https://codeclimate.com/github/mrtazz/yagd)[![Latest Stable Version](https://camo.githubusercontent.com/5e5f46dfeeb1d29506b8ba0e52cc68be4f2909cf7cdd92850c83d23687d646e1/68747470733a2f2f706f7365722e707567782e6f72672f6d7274617a7a2f796167642f762f737461626c65)](https://packagist.org/packages/mrtazz/yagd)[![Latest Unstable Version](https://camo.githubusercontent.com/650f21d91ff80db3ea8d3fed7b4e85a96cd7cc8a94c48b403a9bfb46fa3a0601/68747470733a2f2f706f7365722e707567782e6f72672f6d7274617a7a2f796167642f762f756e737461626c65)](https://packagist.org/packages/mrtazz/yagd) [![MIT license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](http://opensource.org/licenses/MIT)

Overview
--------

[](#overview)

Yet Another Graphite Dashboard - because why not? It's heavily inspired by [the Etsy dashboard framework](https://github.com/etsy/dashboard) but only provides a very small subset of features. If you have a lot of hosts or need advanced features I'd recommend checking that out.

Look
----

[](#look)

[![yagd look](https://camo.githubusercontent.com/0b922e3dd65219db3a9a6c0bd9576c7084b803f25cdcf1444748575ec15801c1/687474703a2f2f7333697463682e756e7769726564636f7563682e636f6d2f44617368626f617264732d32303135313130382d3231343131312e6a7067)](https://camo.githubusercontent.com/0b922e3dd65219db3a9a6c0bd9576c7084b803f25cdcf1444748575ec15801c1/687474703a2f2f7333697463682e756e7769726564636f7563682e636f6d2f44617368626f617264732d32303135313130382d3231343131312e6a7067)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.5
- Graphite

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

[](#installation)

- in your dashboards repo, run: `composer require mrtazz/yagd`
- copy `config.example.php` to `config.php` and adapt it
- write php to create your dashboards

Usage examples
--------------

[](#usage-examples)

### Generic dashboards

[](#generic-dashboards)

There is a generic `Page.php` class included which can just include all Graphite graphs you have in an array called `$metrics` like this:

```
