PHPackages                             cydrickn/openapi-validator-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. cydrickn/openapi-validator-bundle

ActiveLibrary[API Development](/categories/api)

cydrickn/openapi-validator-bundle
=================================

Open Api Generator and Validator

v0.2.0(4y ago)123876[2 issues](https://github.com/cydrickn/openapi-validator-bundle/issues)MITPHPPHP ^7.4|^8.0CI failing

Since Aug 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cydrickn/openapi-validator-bundle)[ Packagist](https://packagist.org/packages/cydrickn/openapi-validator-bundle)[ RSS](/packages/cydrickn-openapi-validator-bundle/feed)WikiDiscussions latest Synced 1w ago

READMEChangelog (4)Dependencies (7)Versions (6)Used By (0)

OpenApi Validator Bundle
========================

[](#openapi-validator-bundle)

Symfony Bundle for validating Request and Response based on [open api specification](https://swagger.io/specification/) 3.

### Requirements

[](#requirements)

- Symfony &gt;= 5
- PHP &gt;= 7.4
- PHP Extension JSON

#### Optional

[](#optional)

- nelmio/api-doc-bundle &gt;= 4.0 (Currently in Beta)
    - Why 4.0, version 3 and below only supports version 2 of OpenAPI Specification.

### Installation

[](#installation)

```
composer require cydrickn/openapi-validator-bundle
```

#### Setting Up

[](#setting-up)

Add the bundle in your `config/bundles.php`

```
