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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,22 @@ ConvertKit's official PHP SDK
3
3
4
4
### Installation
5
5
6
+
#### Standard installation
7
+
6
8
1. Download or clone this repository
7
9
2. Run `composer install`
8
10
3. Add `./vendor/autoload.php` to your project
9
11
12
+
#### Installation with package manager
13
+
14
+
If your project uses [Composer](https://getcomposer.org/), you can install the ConvertKitSDK-PHP package as a composer package. This allows you to have this project as a dependency without the ConvertKitSDK-PHP files being checked into your source code.
Please note that since ConvertKitSDK-PHP is not yet versioned, your project will always download the latest files from master every time you run `composer install` which may subject you to breaking changes in the future.
21
+
10
22
### Usage
11
23
12
24
Get your ConvertKit API Key and API Secret [here](https://app.convertkit.com/account/edit) and set it somewhere in your application.
0 commit comments