File tree Expand file tree Collapse file tree 2 files changed +32
-26
lines changed Expand file tree Collapse file tree 2 files changed +32
-26
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ The package contains various network utilities useful for:
29
29
30
30
## Installation
31
31
32
- The package could be installed with composer :
32
+ The package could be installed with [ Composer ] ( https://getcomposer.org ) :
33
33
34
34
``` shell
35
- composer require yiisoft/network-utilities --prefer-dist
35
+ composer require yiisoft/network-utilities
36
36
```
37
37
38
38
## General usage
@@ -74,32 +74,12 @@ if (!DnsHelper::existsA('yiiframework.com')) {
74
74
}
75
75
```
76
76
77
- ## Testing
77
+ ## Documentation
78
78
79
- ### Unit testing
79
+ - [ Internals ] ( docs/internals.md )
80
80
81
- The package is tested with [ PHPUnit] ( https://phpunit.de/ ) . To run tests:
82
-
83
- ``` shell
84
- ./vendor/bin/phpunit
85
- ```
86
-
87
- ### Mutation testing
88
-
89
- The package tests are checked with [ Infection] ( https://infection.github.io/ ) mutation framework with
90
- [ Infection Static Analysis Plugin] ( https://github.com/Roave/infection-static-analysis-plugin ) . To run it:
91
-
92
- ``` shell
93
- ./vendor/bin/roave-infection-static-analysis-plugin
94
- ```
95
-
96
- ### Static analysis
97
-
98
- The code is statically analyzed with [ Psalm] ( https://psalm.dev/ ) . To run static analysis:
99
-
100
- ``` shell
101
- ./vendor/bin/psalm
102
- ```
81
+ 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.
82
+ You may also check out other [ Yii Community Resources] ( https://www.yiiframework.com/community ) .
103
83
104
84
## License
105
85
Original file line number Diff line number Diff line change
1
+ # Internals
2
+
3
+ ## Unit testing
4
+
5
+ The package is tested with [ PHPUnit] ( https://phpunit.de/ ) . To run tests:
6
+
7
+ ``` shell
8
+ ./vendor/bin/phpunit
9
+ ```
10
+
11
+ ## Mutation testing
12
+
13
+ The package tests are checked with [ Infection] ( https://infection.github.io/ ) mutation framework with
14
+ [ Infection Static Analysis Plugin] ( https://github.com/Roave/infection-static-analysis-plugin ) . To run it:
15
+
16
+ ``` shell
17
+ ./vendor/bin/roave-infection-static-analysis-plugin
18
+ ```
19
+
20
+ ## Static analysis
21
+
22
+ The code is statically analyzed with [ Psalm] ( https://psalm.dev/ ) . To run static analysis:
23
+
24
+ ``` shell
25
+ ./vendor/bin/psalm
26
+ ```
You can’t perform that action at this time.
0 commit comments