deviantintegral/jms-serializer-uri-handler
最新稳定版本:v1.2.2
Composer 安装命令:
composer require deviantintegral/jms-serializer-uri-handler
包简介
A handler for serializing and deserializing PSR-7 URI objects
README 文档
README
This library supports serializing and deserializing URI instances, as defined by PSR-7.
Add this handler to your serializer with the following:
AnnotationRegistry::registerLoader('class_exists'); $this->serializer = SerializerBuilder::create() ->configureHandlers( function (HandlerRegistry $registry) { $registry->registerSubscribingHandler(new UriHandler()); } )->build();
统计信息
- 总下载量: 16.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-17