jane-php/open-api-bundle

Jane OpenApi Symfony Bundle

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

README

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

注意:如果您使用Symfony Flex,配置是自动的

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

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