Skip to content

bernardphp/drivers

Repository files navigation

Bernard Drivers

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.

Releases

No releases published

Packages

No packages published