codekandis / types
`codekandis/types` is a library providing base types, interfaces, classes and exceptions.
1.0.0
2025-09-16 05:17 UTC
Requires
- php: >=8.4
Requires (Dev)
- codekandis/phpunit: ~5.0
- rector/rector: ~1.2
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-09-16 07:12:50 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.