Flux query builder for PHP.
Find a file
2024-03-30 16:44:38 +01:00
docs Marks fork as 2.0.0. 2024-03-30 16:44:38 +01:00
src Marks fork as 2.0.0. 2024-03-30 16:44:38 +01:00
tests Marks fork as 2.0.0. 2024-03-30 16:44:38 +01:00
.gitignore Add addLast() function 2023-02-10 11:40:35 +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 Add Flux from() and filter() methods 2022-08-05 15:41:38 +00:00
README.md Marks fork as 2.0.0. 2024-03-30 16:44:38 +01:00

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