Skip to content

Commit cb05660

Browse files
author
Artem Shteltser
committed
✨ Initialized HTTP Client
- Added Guzzle http client as requirement - Added Query Model - Added abscract Client class
1 parent 9dbbb74 commit cb05660

File tree

5 files changed

+510
-106
lines changed

5 files changed

+510
-106
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"name": "stelzer/php-powerlink",
3+
"description": "A PHP wrapper around the PowerLink CRM API.",
4+
"keywords": [
5+
"powerlink",
6+
"powerlink wrapper",
7+
"cli"
8+
],
39
"type": "library",
410
"license": "MIT",
511
"authors": [
@@ -8,5 +14,8 @@
814
"email": "shtelzerartem@gmail.com"
915
}
1016
],
11-
"require": {}
17+
"require": {
18+
"ext-json": "*",
19+
"guzzlehttp/guzzle": "^7.0"
20+
}
1221
}

0 commit comments

Comments
 (0)