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 c824500 commit f25cc8eCopy full SHA for f25cc8e
1 file changed
README.md
@@ -1,9 +1,25 @@
1
-# Swoft Http-server
2
-Swoft Http-server Component
+# Swoft http server
+
3
+Swoft Http server Component
4
5
# Install
6
7
+- composer command
8
9
+```bash
10
+composer require swoft/http-server
11
+```
12
13
# Document
14
15
+Please see [document site](https://doc.swoft.org)
16
17
+# Unit testing
18
19
20
+phpunit
21
22
23
# LICENSE
-Swoft Http-server Component is open-sourced software licensed under the [Apache license](LICENSE).
24
25
+The Component is open-sourced software licensed under the [Apache license](LICENSE).
0 commit comments