dhii / transformer-interface
Interfaces for data transformation
Installs: 2 936
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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: 2024-10-18 12:48:42 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.