codekandis / types
`codekandis/types` is a library providing base types, interfaces, classes and exceptions.
1.0.0
2025-09-26 11:51 UTC
Requires
- php: >=8.4
Requires (Dev)
- codekandis/phpunit: ^5.0.0
- rector/rector: ^1.2.10
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-09-27 05:20:16 UTC
README
codekandis/types
is a library providing base types, interfaces, classes and exceptions.
Index
Installation
Install the latest version with
$ composer require codekandis/types
Testing
Test the code with
$ composer run-script test
If you like to retrieve a full coverage report run
$ composer run-script test-coverage
How to use
See the documentation for further information about all available interfaces and classes.