Flux query builder for PHP.
Find a file
David Arendsen 3cff68870f Extract Universe Flux functions into a trait
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
2023-01-13 16:26:45 +01:00
.github/workflows Update workflow to run on PHP 7.2 2023-01-12 10:14:25 +01:00
docs Extract Universe Flux functions into a trait 2023-01-13 16:26:45 +01:00
src Extract Universe Flux functions into a trait 2023-01-13 16:26:45 +01:00
tests Fix some errors with the Map function 2023-01-12 12:11:28 +00:00
.gitignore Add Flux from() and filter() methods 2022-08-05 15:41:38 +00:00
composer.json Add KeyFilter and deprecate KeyValue object 2022-10-21 20:03:52 +00:00
composer.lock Update composer.lock 2023-01-12 09:45:44 +00:00
LICENSE Add docs for a few functions 2023-01-11 16:34:14 +01:00
phpunit.xml Add Flux from() and filter() methods 2022-08-05 15:41:38 +00:00
README.md Add Tests badge to readme 2023-01-02 16:15:52 +01:00

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.