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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ 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).
48
+
47
49
## Setting up a Request Adapter
48
50
49
51
Because of dependency collision, we have opted to use a request adapter rather than
0 commit comments