You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,24 @@ This package is currently in beta for testing.
8
8
9
9
## Install
10
10
11
-
Via Composer
11
+
Using the composer CLI:
12
+
13
+
```
14
+
composer require infusionsoft/php-sdk
15
+
```
16
+
17
+
Or manually add it to your composer.json:
12
18
13
19
```json
14
20
{
15
21
"require": {
16
-
"infusionsoft/php-sdk": "~1.0"
22
+
"infusionsoft/php-sdk": "dev-master"
17
23
}
18
24
}
19
25
```
20
26
27
+
(Using dev-master while in beta before we tag releases)
28
+
21
29
This package is compatible with PHP 5.3.3 and higher. It uses Guzzle 3.8.* as the default HTTP client which requires 5.3.3 or higher. In order to use cURL you must have the PHP cURL extension enabled.
0 commit comments