jane-php/json-schema-bundle

Jane JsonSchema Symfony Bundle

v7.8.1 2024-01-31 09:18 UTC

README

该组件提供了一个Bundle,允许快速集成Jane的JsonSchema组件与Symfony。

注意:如果您使用Symfony Flex,配置将自动完成

要使用它,只需将主Bundle类添加到您的 config/bundles.php 文件中。

return [
    // ...
    Jane\Bundle\JsonSchemaBundle\JaneJsonSchemaBundle::class => ['dev' => true],
];