Skip to content

Commit c2da3dc

Browse files
authored
Add installation/requirement instruction
1 parent d9d1a72 commit c2da3dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
**Send easily HTTP status codes to the browser.**
44

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+
518
## 🪄 Usage - Examples
619

720
### Send Header By HTTP Code

0 commit comments

Comments
 (0)