Skip to content

davidarendsen/fluxquerybuilder

Repository files navigation

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/

Latest Stable Version License PHP Version Require

Tests

Documentation

The documentation of this project is available in the docs folder.

Go directly to our Getting started page

Contributing

You're welcome to contribute to this project, but please add tests and follow the coding style.

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

License

This software is released under the MIT license.