Skip to content

Commit 4de9c54

Browse files
authored
Merge pull request #166 from SparkPost/temp-composer-fix
Quick fix for using the API without composer
2 parents 3716c6a + 4f1f725 commit 4de9c54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ require 'vendor/autoload.php';
4444
use SparkPost\SparkPost;
4545
```
4646

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.
48+
4749
## Setting up a Request Adapter
4850

4951
Because of dependency collision, we have opted to use a request adapter rather than

0 commit comments

Comments
 (0)