File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ curl -sS https://getcomposer.org/installer | php
13
13
```
14
14
Next, run the Composer command to install the SparkPost PHP SDK:
15
15
```
16
- composer require messagesystems /php-sdk
16
+ composer require sparkpost /php-sparkpost
17
17
```
18
18
After installing, you need to require Composer's autoloader:
19
19
```
44
44
45
45
## Learn More
46
46
* For more detailed examples, check our examples:
47
- * [ Transmissions] ( https://github.com/MessageSystems /php-sdk /tree/master/examples/transmission/ )
47
+ * [ Transmissions] ( https://github.com/SparkPost /php-sparkpost /tree/master/examples/transmission )
48
48
* Read our REST API documentation - < http://www.sparkpost.com/docs/introduction >
49
49
50
50
## Field Descriptions
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " sparkpost/php-sdk " ,
3
- "description" : " SDK for interfacing with messagesystems APIs" ,
2
+ "name" : " sparkpost/php-sparkpost " ,
3
+ "description" : " SDK for interfacing with SparkPost APIs" ,
4
4
"license" : " Apache 2.0" ,
5
5
"authors" : [
6
6
{
7
- "name" : " Message Systems, Inc." ,
8
-
7
+ "name" : " Message Systems, Inc."
9
8
}
10
9
],
11
10
"minimum-stability" : " stable" ,
You can’t perform that action at this time.
0 commit comments