文件名称:json-mapper:Hamlet Framework JSON映射器
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-30 14:36:59
PHP
哈姆雷特框架/ Json Mapper
快速摘要:
诗篇类型规范,包括类对象数组,联合类型,关联数组等。
用于解析FQCN的PHP解析器
默认使用反射
可重用的代码即配置
通过子类型解析器支持多态
子树分辨率的级联配置选项
类型安全性: Psalm将知道JsonMapper::map(_list(_class(User::class)), ...)返回list
【文件预览】:
json-mapper-master
----.gitignore(51B)
----README.md(4KB)
----tests()
--------Locations()
--------JsonMapperTest.php(4KB)
--------Address.php(273B)
--------JsonMapperAwareTest.php(675B)
--------Weather()
--------Restaurants()
--------InheritanceTest.php(4KB)
--------User.php(1KB)
--------Cars()
----phpunit.xml(197B)
----LICENSE(18KB)
----composer.json(898B)
----src()
--------JsonMapperResolver.php(6KB)
--------JsonMapper.php(692B)
--------JsonMapperAware.php(180B)
--------JsonMapperConfiguration.php(4KB)
----.travis.yml(299B)
----psalm.xml(444B)