Download the PHP package moefar/influxdb without Composer
On this page you can find all versions of the php package moefar/influxdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download moefar/influxdb
More information about moefar/influxdb
Files in moefar/influxdb
Download moefar/influxdb
More information about moefar/influxdb
Files in moefar/influxdb
Please rate this library. Is it a good library?
Informations about the package influxdb
influxdb
This package is a laravel service provider for influxDB
installation
Using composer:
composer require mhipo1364/influxdb
After installation, you can publish vendor via this link to load package configs into your config/influxdb.php file:
php artisan vendor:publish
Usage
First of all, you should add InfluxDB into your aliases in config/app.php file:
...
'aliases' => [
...
'InfluxDB' => Moefar\InfluxDB\Facades\InfluxDB::class,
...
],
Then, you can follow influxdata/influxdb-php package for working with database in your application:
Read Data
All versions of influxdb with dependencies
PHP Build Version
Package Version
Requires
influxdb/influxdb-php Version
^1.14
The package moefar/influxdb contains the following files
Loading the files please wait ...