diff options
author | Raju" Mohammad Hossain <mohammad.hossain@sparkpost.com> | 2017-05-08 15:57:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 15:57:37 -0400 |
commit | 4de9c54c7a3554192e50fee9734fa96bf3e7bec3 (patch) | |
tree | 71c89fce1c3ac614541b423419c9b46b9e10fba0 | |
parent | 3716c6aec91766fa941f2fe3369c8d62db000fa8 (diff) | |
parent | 4f1f725e94a7f2f55dd8b8ea9c0271682ccf700c (diff) | |
download | php-sparkpost-4de9c54c7a3554192e50fee9734fa96bf3e7bec3.zip php-sparkpost-4de9c54c7a3554192e50fee9734fa96bf3e7bec3.tar.gz php-sparkpost-4de9c54c7a3554192e50fee9734fa96bf3e7bec3.tar.bz2 |
Merge pull request #166 from SparkPost/temp-composer-fix
Quick fix for using the API without composer
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ require 'vendor/autoload.php'; use SparkPost\SparkPost; ``` +**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. + ## Setting up a Request Adapter Because of dependency collision, we have opted to use a request adapter rather than |