superloop-ltd / lara-flux
Installs: 6 282
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^7.3
- influxdb/influxdb-php: ^1.15
- laravel/framework: ^8.0
README
A simple wrapper for influxdb-php in Laravel.
WARNING
This package is in alpha and should not be used in production.
Installing
- Install by composer command:
composer require superloop-ltd/lara-flux
This package use auto-discover, if using laravel <5.5 you must use below settings
- Add this lines to yours config/app.php
'providers' => [ // ... LaraFlux\ServiceProvider::class, ]