karmabunny / interfaces
Base KB interfaces
v1.0.0
2025-09-01 05:46 UTC
Requires
- php: ^7.2|^8
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-09-02 00:11:51 UTC
README
Base interfaces for interoperability between projects.
Usage
Install with Composer.
composer require karmabunny/interfaces
Code standard
There is nothing functional in this package and it will stay that way.
There are no dependencies.
Ugly as it is (and repetitive) all interfaces are suffixed with Interface
.
That's just the path we've chosen and we're sticking with it.
Use strong types wherever possible.