Official Bernard drivers.
Via Composer
composer require bernard/drivers
When all coding is done, please run the test suite:
composer test
To run the integration test suite as well: First, start the services using Docker Compose:
docker-compose up -d
Wait for them to start. Then execute the integration test suite:
composer test-integration
For 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.