We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dd26b commit 97a6774Copy full SHA for 97a6774
README.md
@@ -9,7 +9,7 @@
9
- Resolve inputs arguments for controllers actions.
10
- Validate DTO inputs objects (An option to enable or disable it).
11
- Global YAML configuration
12
-- Specific Attribute configuration per action
+- Custom Configuration via Input Attribute per controller action
13
14
### Installation
15
Require the bundle with composer:
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sfmok/request-input-bundle",
3
"type": "symfony-bundle",
4
- "description": "RequestInput bundle provides auto-transform request data into DTO input objects",
+ "description": "Converts request data into DTO inputs objects with validation.",
5
"keywords": [
6
"request to input",
7
"request to dto",
0 commit comments