This package is work in progress.
A QuestDB client for PHP.
$ composer require koenhoeijmakers/questdb
To run the test suite, run a docker-compose up -d
then get into the interactive shell of the app
container with docker exec -it app bash
.
$ docker-compose up -d
$ docker exec -it app bash
$ phpunit