We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b88f3d + c2da3dc commit 983ea87Copy full SHA for 983ea87
1 file changed
README.md
@@ -2,6 +2,19 @@
2
3
**Send easily HTTP status codes to the browser.**
4
5
+
6
+## Requirement
7
+ * [PHP v8.0](https://www.php.net/releases/8.0/en.php) or higher 🚀
8
9
10
+## Installation
11
12
+The simplest way to add this library to your project, is with Composer
13
14
+```console
15
+composer require ph-7/php-http-response-header
16
+```
17
18
## 🪄 Usage - Examples
19
20
### Send Header By HTTP Code
0 commit comments