File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a href="https://github.com/yiisoft" target="_blank">
3
- <img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
3
+ <img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii" >
4
4
</a>
5
5
<h1 align="center">Yii Input HTTP</h1>
6
6
<br>
@@ -75,15 +75,13 @@ Basic steps:
75
75
- Mark DTO properties with [ hydrator attributes] ( docs/guide/en/hydrator-attributes.md ) provided by this package.
76
76
- Add DTO class name as type hint to a class method argument where you want to it to be resolved.
77
77
78
- For other available options, see the [ guide] ( docs/guide/en ) .
79
-
80
78
## Documentation
81
79
82
80
- Guide: [ English] ( docs/guide/en/README.md ) , [ Português - Brasil] ( docs/guide/pt-BR/README.md ) .
83
81
- [ Internals] ( docs/internals.md )
84
82
85
- If you need help or have a question, the [ Yii Forum] ( https://forum.yiiframework.com/c/yii-3-0/63 ) is a good place
86
- for that. You may also check out other [ Yii Community Resources] ( https://www.yiiframework.com/community ) .
83
+ If you need help or have a question, the [ Yii Forum] ( https://forum.yiiframework.com/c/yii-3-0/63 ) is a good place for that.
84
+ You may also check out other [ Yii Community Resources] ( https://www.yiiframework.com/community ) .
87
85
88
86
## License
89
87
Original file line number Diff line number Diff line change 15
15
"license" : " BSD-3-Clause" ,
16
16
"support" : {
17
17
"issues" : " https://github.com/yiisoft/input-http/issues?state=open" ,
18
+ "source" : " https://github.com/yiisoft/input-http" ,
18
19
"forum" : " https://www.yiiframework.com/forum/" ,
19
20
"wiki" : " https://www.yiiframework.com/wiki/" ,
20
21
"irc" : " ircs://irc.libera.chat:6697/yii" ,
21
- "chat" : " https://t.me/yii3en" ,
22
- "source" : " https://github.com/yiisoft/input-http"
22
+ "chat" : " https://t.me/yii3en"
23
23
},
24
24
"funding" : [
25
25
{
You can’t perform that action at this time.
0 commit comments