PHPackages                             gepur-it/request-converter-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. gepur-it/request-converter-bundle

ActiveSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

gepur-it/request-converter-bundle
=================================

Request converter for symfony

5.0.1(6y ago)17.1kMITPHPPHP &gt;=7.3

Since Jul 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gepur-it/request-converter-bundle)[ Packagist](https://packagist.org/packages/gepur-it/request-converter-bundle)[ Docs](https://github.com/gepur-it/request-converter-bundle)[ RSS](/packages/gepur-it-request-converter-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (7)Used By (0)

\#Request convertion and validation bundle#

\[TOC\]

About
-----

[](#about)

This bundle allow to easy map incoming request to defined DTO and validate it before controller starts works

Documentation
-------------

[](#documentation)

### installation

[](#installation)

to install converter, use composer

```
$ composer require request-converter-bundle

```

### how to use

[](#how-to-use)

at first, create your own request DTO model with validation rules

#### request model

[](#request-model)

```
