PHPackages                             floringavrila/graphite-feeder - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. floringavrila/graphite-feeder

ActiveLibrary[HTTP &amp; Networking](/categories/http)

floringavrila/graphite-feeder
=============================

Graphite Feeder is a library that sends data directly to Graphite data port.

0.0.2(6y ago)013MITPHPPHP &gt;=5.6.0

Since Sep 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/floringavrila/graphite-feeder)[ Packagist](https://packagist.org/packages/floringavrila/graphite-feeder)[ Docs](https://www.thingsconnected.io/graphite-feeder)[ RSS](/packages/floringavrila-graphite-feeder/feed)WikiDiscussions master Synced yesterday

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

Graphite IBM Data Feeder
========================

[](#graphite-ibm-data-feeder)

Graphite Data Feeder is a library that collects and aggregates metric values and then sends batches of data directly to Graphite data port. The library is similar to StatsD and must be used as a singleton. Make sure that the library retention settings are exactly the same as the retention settings from graphite server(storage-schemas.conf).

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

[](#installation)

```
composer require floringavrila/graphite-feeder

```

```
git clone https://github.com/floringavrila/graphite-feeder.git

```

Usage
-----

[](#usage)

For usage examples, please refer to the [Usage wiki](https://www.thingsconnected.io/graphite-feeder).

```
use  Gavrila\GraphiteFeeder;
...
$retentions = '15s:7d,1m:21d,15m:5y';

$connector = new GraphiteFeeder\Connector\Fsock(
    'graphite.host',
    '2003',
    'tcp'
);

$client = new GraphiteFeeder\Client($connector, $retentions);

$data = [
    new GraphiteFeeder\Entity\Data(
        'test.stats.process_name.elapsed_time',
        10,
        time()
    ),
    new GraphiteFeeder\Entity\Data(
        'test.stats.process_name.elapsed_time',
        2.5,
        time()
    ),
];

foreach ($data as $item) {
    $client->dataBuffer->add($item);
}

$written = $client->flushAllData();

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

2

Last Release

2420d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpclientdataportgraphitegrafanafeeder

### Embed Badge

![Health badge](/badges/floringavrila-graphite-feeder/health.svg)

```
[![Health](https://phpackages.com/badges/floringavrila-graphite-feeder/health.svg)](https://phpackages.com/packages/floringavrila-graphite-feeder)
```

###  Alternatives

[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[ebics-api/ebics-client-php

PHP library to communicate with bank through EBICS protocol.

6411.1k](/packages/ebics-api-ebics-client-php)

PHPackages © 2026

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