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/
The documentation of this project is available in the docs folder.
Go directly to our Getting started page
You're welcome to contribute to this project, but please add tests and follow the coding style.
To execute the testing suite:
composer test
Run the following commands to check and fix the coding style. We're using the PSR12 standard.
composer check
composer format
This software is released under the MIT license.