Download the PHP package javer/influxdb-data-fixtures-bundle without Composer
On this page you can find all versions of the php package javer/influxdb-data-fixtures-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package influxdb-data-fixtures-bundle
JaverInfluxDBDataFixturesBundle
This bundle integrates the InfluxDB Data Fixtures library into Symfony so that you can use Alice to load your fixtures into InfluxDB.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
Refer to the AliceDataFixtures documentation about creating of data fixtures for the Doctrine ODM.
After creating you can load fixtures using a LoaderInterface
:
All versions of influxdb-data-fixtures-bundle with dependencies
doctrine/data-fixtures Version ^1.3
javer/influxdb-data-fixtures Version ^1.0
javer/influxdb-odm Version ^1.0
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/http-foundation Version ^5.4 || ^6.0 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.0 || ^7.0
symfony/yaml Version ^5.4 || ^6.0 || ^7.0
theofidry/alice-data-fixtures Version ^1.0