An open API service indexing awesome lists of open source software.

https://github.com/xmarcos/carbonclient

A PHP client for Carbon (Graphite's backend) using the plaintext protocol.
https://github.com/xmarcos/carbonclient

carbon graphite php

Last synced: 6 months ago
JSON representation

A PHP client for Carbon (Graphite's backend) using the plaintext protocol.

Awesome Lists containing this project

README

        

# CarbonClient

[![Build Status](https://img.shields.io/travis/xmarcos/CarbonClient/master.svg?style=flat-square)](https://travis-ci.org/xmarcos/CarbonClient)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/xmarcos/CarbonClient/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/xmarcos/CarbonClient/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/xmarcos/CarbonClient.svg?style=flat-square)](https://scrutinizer-ci.com/g/xmarcos/CarbonClient)
[![Latest Version](https://img.shields.io/packagist/v/xmarcos/carbon-client.svg?style=flat-square)](https://packagist.org/packages/xmarcos/carbon-client)
[![Software License](https://img.shields.io/packagist/l/xmarcos/carbon-client.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/xmarcos/carbon-client.svg?style=flat-square)](https://packagist.org/packages/xmarcos/carbon-client)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/de7b750f-974d-49cb-a16a-6477f85e1e2e/mini.png)](https://insight.sensiolabs.com/projects/de7b750f-974d-49cb-a16a-6477f85e1e2e)

A PHP client for [Carbon](http://graphite.readthedocs.org/en/latest/carbon-daemons.html) ([Graphite](http://graphite.readthedocs.org)'s backend) using the [plaintext protocol](http://graphite.readthedocs.org/en/latest/feeding-carbon.html#the-plaintext-protocol).

## Installation

```json
{
"require": {
"xmarcos/carbon-client": "dev-master"
}
}
```