Flux query builder for PHP.
- PHP 100%
|
|
||
|---|---|---|
| docs | ||
| src | ||
| tests | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| phpunit.xml | ||
| README.md | ||
InfluxDB 2.x Flux Query Builder
With this query builder you can build queries for Flux. Flux is a powerful open source query language created by the makers of InfluxDB. See https://www.influxdata.com/products/flux/
Installation
composer require arendsen/fluxquerybuilder
Documentation
The documentation of this project is available in the docs folder.
Go directly to our Getting started page
Testing
To execute the testing suite:
composer test
Coding style
Run the following commands to check and fix the coding style. We're using the PSR12 standard.
composer check
composer format