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
1313```
1414Next, run the Composer command to install the SparkPost PHP SDK:
1515```
16- composer require messagesystems /php-sdk
16+ composer require sparkpost /php-sparkpost
1717```
1818After installing, you need to require Composer's autoloader:
1919```
4444
4545## Learn More
4646* 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 )
4848* Read our REST API documentation - < http://www.sparkpost.com/docs/introduction >
4949
5050## Field Descriptions
Original file line number Diff line number Diff line change 11{
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" ,
44 "license" : " Apache 2.0" ,
55 "authors" : [
66 {
7- "name" : " Message Systems, Inc." ,
8- "email" : " info@messagesystems.com"
7+ "name" : " Message Systems, Inc."
98 }
109 ],
1110 "minimum-stability" : " stable" ,
You can’t perform that action at this time.
0 commit comments