Official Bernard drivers.
Via Composer
composer require bernard/driversWhen all coding is done, please run the test suite:
composer testTo run the integration test suite as well: First, start the services using Docker Compose:
docker-compose up -dWait for them to start. Then execute the integration test suite:
composer test-integrationFor the best developer experience, install Nix and direnv.
Alternatively, install PHP (and the required extensions) and Composer manually or using a package manager.
The project is licensed under the MIT License.