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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,26 @@
1
1
# ConvertKit SDK PHP
2
+
2
3
ConvertKit's official PHP SDK
3
4
4
5
### Installation
5
6
6
-
#### Standard installation
7
+
#### Standard Installation
7
8
8
9
1. Download or clone this repository
9
10
2. Run `composer install`
10
11
3. Add `./vendor/autoload.php` to your project
11
12
12
-
#### Installation with package manager
13
+
#### Installation with Package Manager
13
14
14
15
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
+
**If you previously use or rely on `dev-master`, please use the `0.1` release to maintain compatibility with no breaking changes.**
22
+
23
+
This package is now versioned, and `1.0` will introduce breaking changes to bring this package up to date with coding standards, PHP versions and third party library versions.
0 commit comments