imbo / imbo-adapters-sdk
SDK for Imbo adapters
Installs: 2 163
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >=8.1
Requires (Dev)
- imbo/imbo: dev-main
- imbo/imbo-coding-standard: ^2.0
- phpunit/phpunit: ^10.0
- psalm/plugin-phpunit: ^0.18.4
- vimeo/psalm: ^5.5
This package is auto-updated.
Last update: 2024-10-20 00:36:24 UTC
README
Installation
composer require imbo/imbo-adapters-sdk
Usage
SDK for storage and database adapters used with Imbo. This package contains some abstract integration test cases that must be used by all adapters for Imbo, making sure they all pass at least the common tests. Adapters should also add specific tests when needed.
The following table shows which test case you will need to extend to test your implementation of Imbos interfaces:
License
MIT, see LICENSE.