PHPackages                             javer/influxdb-data-fixtures - 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. [Database &amp; ORM](/categories/database)
4. /
5. javer/influxdb-data-fixtures

ActiveLibrary[Database &amp; ORM](/categories/database)

javer/influxdb-data-fixtures
============================

Provides integration of InfluxDB ODM with Doctrine Data Fixtures

v1.1.0(2y ago)019.8k1MITPHPPHP &gt;=8.1

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/javer/influxdb-data-fixtures)[ Packagist](https://packagist.org/packages/javer/influxdb-data-fixtures)[ Docs](https://github.com/javer/influxdb-data-fixtures)[ RSS](/packages/javer-influxdb-data-fixtures/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (1)

InfluxDB Data Fixtures
======================

[](#influxdb-data-fixtures)

The InfluxDB Data Fixtures is a library that provides data fixtures functionality for InfluxDB.

[![Build Status](https://github.com/javer/influxdb-data-fixtures/actions/workflows/test.yaml/badge.svg)](https://github.com/javer/influxdb-data-fixtures/actions/workflows/test.yaml)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Open a command console, enter your project directory and execute:

```
$ composer require javer/influxdb-data-fixtures
```

Usage
=====

[](#usage)

Refer to the [Doctrine Data Fixtures Extension](https://github.com/doctrine/data-fixtures) documentation about how to manage and execute the loading of data fixtures for the Doctrine ODM.

To execute the InfluxDB fixtures:

```
use Javer\InfluxDB\DataFixtures\Executor\MeasurementExecutor;
use Javer\InfluxDB\DataFixtures\Purger\MeasurementPurger;

$purger = new MeasurementPurger($measurementManager);
$executor = new MeasurementExecutor($measurementManager, $purger);
$executor->execute($loader->getFixtures());
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

860d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.4

v1.1.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e4ae642c5f1ad16c9b07e976096123f9ef8d50ee7df05123ed1e7f55b29caa9?d=identicon)[javer](/maintainers/javer)

---

Top Contributors

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

---

Tags

Fixturedoctrinetestsinfluxdb

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/javer-influxdb-data-fixtures/health.svg)

```
[![Health](https://phpackages.com/badges/javer-influxdb-data-fixtures/health.svg)](https://phpackages.com/packages/javer-influxdb-data-fixtures)
```

###  Alternatives

[doctrine/doctrine-fixtures-bundle

Symfony DoctrineFixturesBundle

2.5k107.1M846](/packages/doctrine-doctrine-fixtures-bundle)[theofidry/alice-data-fixtures

Nelmio alice extension to persist the loaded fixtures.

32328.5M70](/packages/theofidry-alice-data-fixtures)[hautelook/alice-bundle

Symfony bundle to manage fixtures with Alice and Faker.

19519.4M34](/packages/hautelook-alice-bundle)[webonaute/doctrine-fixtures-generator-bundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.

67184.1k](/packages/webonaute-doctrine-fixtures-generator-bundle)[ergebnis/factory-bot

Provides a fixture factory for doctrine/orm entities.

81702.8k](/packages/ergebnis-factory-bot)[hounddog/doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

37335.4k9](/packages/hounddog-doctrine-data-fixture-module)

PHPackages © 2026

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