evandarwin/laravel-influxdb
Composer 安装命令:
composer require evandarwin/laravel-influxdb
包简介
README 文档
README
Laravel-InfluxDB is a Laravel 5 provider that wraps the influxdb-php-sdk project.
Installation
Install via composer:
$ composer require evandarwin/laravel-influxdb:dev-master
And then edit your config/app.php configuration file to add the service provider and the alias.
<?php
return array(
'providers' => [
// ...
'EvanDarwin\Laravel\InfluxDB\ServiceProvider'
],
'aliases' => [
'InfluxDB' => 'EvanDarwin\Laravel\InfluxDB\Facades\InfluxDB'
]
);
You then need to publish our configuration file.
$ php artisan vendor:publish
Usage
Laravel-InfluxDB provides the same API as influxdb-php-sdk.
统计信息
- 总下载量: 313
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-08