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.
- Host: GitHub
- URL: https://github.com/xmarcos/carbonclient
- Owner: xmarcos
- License: mit
- Created: 2015-01-04T09:26:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T15:25:14.000Z (almost 5 years ago)
- Last Synced: 2024-11-16T04:13:50.811Z (7 months ago)
- Topics: carbon, graphite, php
- Language: PHP
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CarbonClient
[](https://travis-ci.org/xmarcos/CarbonClient)
[](https://scrutinizer-ci.com/g/xmarcos/CarbonClient/code-structure)
[](https://scrutinizer-ci.com/g/xmarcos/CarbonClient)
[](https://packagist.org/packages/xmarcos/carbon-client)
[](LICENSE)
[](https://packagist.org/packages/xmarcos/carbon-client)
[](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"
}
}
```