moefar/influxdb
Composer 安装命令:
composer require moefar/influxdb
包简介
Laravel package for influx DB
README 文档
README
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
统计信息
- 总下载量: 234
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-05