Skip to content

Commit 8c27393

Browse files
committed
Renamed to "francerz/http-utils"
Much clear name to project functionality.
1 parent 15c8c73 commit 8c27393

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
PHP HTTP Tools
1+
PHP Http Utils
22
=======================================
33

4-
PHP HTTP Tool kit that brings common functionality in a standard way,
5-
supporting PSR-7 and PSR-17.
4+
PHP HTTP utils library that supports PSR-7 and PSR-17 with basic helpers and
5+
common operations.
66

77
Installation
88
---------------------------------------
99

1010
Using composer.
1111

1212
```bash
13-
composer require francerz/http-tools
13+
composer require francerz/http-utils
1414
```
1515

1616
Featured functionality

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "francerz/http-tools",
3-
"description": "PHP HTTP Tool kit compatible with PSR-7, PSR-17 and PSR-18",
2+
"name": "francerz/http-utils",
3+
"description": "PHP HTTP utils compatible with PSR-7, PSR-17",
4+
"keywords": ["psr-7","http","http-message","http-factory","psr-17"],
45
"type": "library",
56
"license": "MIT",
67
"require": {

0 commit comments

Comments
 (0)