Flux query builder for PHP.
Find a file
David Arendsen cd938243fc Fix AggregateWindowTest
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
2023-03-08 21:35:27 +01:00
.github/workflows Update workflow to run on PHP 7.2 2023-01-12 10:14:25 +01:00
docker/php Add docker 2023-02-10 14:22:42 +01:00
docs Add example for FnType usage 2023-03-08 21:31:54 +01:00
src Improve FnType to add a body or block 2023-03-08 21:20:20 +01:00
tests Fix AggregateWindowTest 2023-03-08 21:35:27 +01:00
.gitignore Add addLast() function 2023-02-10 11:40:35 +01: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
docker-compose.yml Add docker 2023-02-10 14:22:42 +01: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.