Flux query builder for PHP.
Find a file
2024-03-30 17:52:10 +01:00
docs Adds addRangeFrom() method. 2024-03-30 17:41:40 +01:00
src Updates version. 2024-03-30 17:42:56 +01:00
tests Marks fork as 2.0.0. 2024-03-30 16:44:38 +01:00
composer.json Marks fork as 2.0.0. 2024-03-30 16:44:38 +01:00
LICENSE Marks fork as 2.0.0. 2024-03-30 16:44:38 +01:00
phpunit.xml Code cleaning. 2024-03-30 16:45:53 +01:00
README.md Bump Packagist. 2024-03-30 17:52:10 +01:00

influxdb php license

Flux Query Builder

Flux Query Builder is a package to build Flux queries in PHP.

Note: this package is a fork of the David Arendsen fluxquerybuilder package; original credits go to him.

Documentation

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

Contributing

You're welcome to contribute to this project, but please add tests.

Testing

To execute the testing suite:

composer test