bernard/drivers

Official Bernard drivers

dev-master / 0.1.x-dev 2022-05-04 23:37 UTC

This package is auto-updated.

Last update: 2024-04-05 03:28:41 UTC


README

GitHub Workflow Status Total Downloads

Official Bernard drivers.

Install

Via Composer

composer require bernard/drivers

Drivers

Development

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.

License

The project is licensed under the MIT License.