superloop-ltd/lara-flux
6,283
| Install | |
|---|---|
composer require superloop-ltd/lara-flux |
|
| Latest Version: | 0.1.0 |
| PHP: | ^7.3 |
| License: | BSD-3-Clause |
| Last Updated: | Sep 8, 2020 |
| Links: | GitHub · Packagist |
Maintainer: parkourben99
Lara-flux
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,
]
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707