php-to-json-schema:从PHP类创建JSON模式

时间:2024-05-18 15:32:58
【文件属性】:

文件名称:php-to-json-schema:从PHP类创建JSON模式

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-18 15:32:58

php json json-schema PHP

PHP到JSON模式 从PHP实体创建JSON模式。 有助于确保在对象图中正确反序列化给定的JSON文档。 安装 使用安装该库: composer require dunglas/php-to-json-schema 用法 use Dunglas \ PhpToJsonSchema \ Generator ; use Symfony \ Component \ PropertyInfo \ Extractor \ ReflectionExtractor ; use Symfony \ Component \ PropertyInfo \ PropertyInfoExtractor ; class MyClass { private $ foo ; private $ bar ; public function setFoo ( string $ foo )


【文件预览】:
php-to-json-schema-master
----.gitignore(22B)
----README.md(2KB)
----tests()
--------Fixtures()
--------GeneratorTest.php(2KB)
----LICENSE(1KB)
----composer.json(679B)
----phpunit.xml.dist(658B)
----src()
--------Generator.php(3KB)
----.travis.yml(176B)

网友评论