bernard/drivers

Official Bernard drivers

Maintainers

Package info

github.com/bernardphp/drivers

Homepage

pkg:composer/bernard/drivers

Statistics

Installs: 10 085

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 6

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

This package is auto-updated.

Last update: 2026-03-05 07:17:15 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.