jane-php / open-api-bundle
Jane OpenApi Symfony Bundle
Installs: 24 118
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/jane-php/open-api-bundle
Requires
- php: ^8.0
- jane-php/open-api-common: ^7.5
- nyholm/psr7: ^1.8
Requires (Dev)
- phpunit/phpunit: ^8.5
- symfony/framework-bundle: ^5.4 || ^6.4 || ^7.0 || ^8.0
Conflicts
- symfony/framework-bundle: 5.1.0
- dev-next / 7.x-dev
- v7.10.4
- v7.10.3
- v7.10.2
- v7.10.1
- v7.10.0
- v7.9.0
- v7.8.1
- v7.8.0
- v7.7.0
- v7.6.2
- v7.6.1
- v7.6.0
- v7.5.5
- v7.5.4
- v7.5.3
- v7.5.2
- v7.5.1
- v7.5.0
- v7.4.4
- v7.4.3
- v7.4.2
- v7.4.1
- v7.4.0
- v7.3.2
- v7.3.1
- v7.3.0
- v7.2.5
- v7.2.4
- v7.2.3
- v7.2.2
- v7.2.1
- v7.2.0
- v7.1.7
- v7.1.6
- v7.1.5
- v7.1.4
- v7.1.3
- v7.1.2
- v7.1.1
- v7.1.0
This package is auto-updated.
Last update: 2026-01-26 14:07:27 UTC
README
The component ships a Bundle to allow a quick integration with Symfony for the OpenApiCommon component of Jane.
Note: If you use Symfony Flex, the configuration is automatic
To use it, you just have to add the main bundle class to your config/bundles.php file.
return [
// ...
Jane\Bundle\OpenApiBundle\JaneOpenApiBundle::class => ['dev' => true],
];