dhii / transformer-interface
数据转换接口
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: 2024-09-18 12:39:11 UTC
README
详细信息
数据转换接口。
接口
TransformerInterface
- 可以将一个值转换为另一个值的东西。TransformerFactoryInterface
- 可以创建转换器的东西。TransformerAwareInterface
- 提供转换器的接口。TransformerExceptionInterface
- 代表与转换器相关的问题。CouldNotTransformExceptionInterface
- 代表转换过程中出现的问题。