php-sparkpost icon indicating copy to clipboard operation
php-sparkpost copied to clipboard

SparkPost client library for PHP

Results 13 php-sparkpost issues
Sort by recently updated
recently updated
newest added

Hi, I got a composer package that requires guzzle 7.4. But can't upgrade to guzzle 7.4 because it says php-sparkpost needs guzzle 6. What to do?

I read that only are supported UTF8 characters without RFC 2047... How can I write in the subject words with vowels with tíldes and ñ? All the sources of the...

I'm currently making use of the content-previewer endpoint to perform substitution for previews, and it works great but does take a moment to load. Would it be possible to have...

Several users have asked for the ability to use the library without composer. One example would be for simple standalone scripts. We need to investigate what's involved and add docs/update...

wontfix

Hello, would it be possible to add these tow packages to the composer.json file as requirements? `guzzlehttp/guzzle` `php-http/guzzle6-adapter` I see it as a unnecessary room for error which can be...

wontfix

This adapts the SparkpostResponse class to be compatible with psr http-message 2.0

I'm suddenly getting the following error, when trying to send: Fatal error: Declaration of SparkPost\SparkPostResponse::getStatusCode() must be compatible with Psr\Http\Message\ResponseInterface::getStatusCode(): int in /var/www/domain.com/public_html/includes/vendor/sparkpost/sparkpost/lib/SparkPost/SparkPostResponse.php on line 109 The error appears when...

SparkPost (v2.3.0) requires php-http/message which requires either v1 or 2 of psr/http-message. The Psr\Http\Message\ResponseInterface in v2 of psr/http-message added return type hints. Therefore SparkPost\SparkPostResponse which implements the interface is no...

This library is needed to send the messages through sparkpost. It was initially required by php-http/message , but since version 1.16.0 it is not required anymore by the package and...