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 e692ba7 commit 6f7262cCopy full SHA for 6f7262c
composer.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "openset/http",
3
+ "description": "Http request for php",
4
+ "type": "library",
5
+ "require": {
6
+ "guzzlehttp/guzzle": "^6.3"
7
+ },
8
+ "license": "MIT",
9
+ "authors": [
10
+ {
11
+ "name": "Openset",
12
+ "email": "openset.wang@gmail.com"
13
+ }
14
+ ],
15
+ "minimum-stability": "stable",
16
+ "autoload": {
17
+ "psr-4": {
18
+ "Openset\\": "src/"
19
20
21
+}
src/HttpClient.php
@@ -0,0 +1 @@
+<?php
0 commit comments