dhii / transformer-interface
Interfaces for data transformation
v0.2.0-alpha2
2021-11-18 06:50 UTC
Requires
- php: ^7.2|^8.0
Requires (Dev)
- phpunit/phpunit: ^7.0|^8.0|^9.0
- slevomat/coding-standard: ^6.0
- vimeo/psalm: ^4.0
This package is auto-updated.
Last update: 2026-02-18 16:07:34 UTC
README
Details
Interfaces for data transformation.
Interfaces
TransformerInterface- Something that can transform a value to another value.TransformerFactoryInterface- Something that can create a transformer.TransformerAwareInterface- Something that exposes a transformer.TransformerExceptionInterface- Represents a problem related to a transformer.CouldNotTransformExceptionInterface- Represents a problem with the transformation process.