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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ require 'vendor/autoload.php';
44
44
use SparkPost\SparkPost;
45
45
```
46
46
47
-
**Note:**To use the SparkPost API without composer see the example in [issue #164](https://github.com/SparkPost/php-sparkpost/issues/164#issuecomment-289888237).
47
+
**Note:**Without composer the costs outweight the benefits of using the PHP client library. A simple function like the one in [issue #164](https://github.com/SparkPost/php-sparkpost/issues/164#issuecomment-289888237) wraps the SparkPost API and makes it easy to use the API without resolving the composer dependencies.
0 commit comments