summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaju" Mohammad Hossain <mohammad.hossain@sparkpost.com>2017-05-08 15:57:37 -0400
committerGitHub <noreply@github.com>2017-05-08 15:57:37 -0400
commit4de9c54c7a3554192e50fee9734fa96bf3e7bec3 (patch)
tree71c89fce1c3ac614541b423419c9b46b9e10fba0
parent3716c6aec91766fa941f2fe3369c8d62db000fa8 (diff)
parent4f1f725e94a7f2f55dd8b8ea9c0271682ccf700c (diff)
downloadphp-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 181581e..14a52cb 100644
--- a/README.md
+++ b/README.md
@@ -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