php-sparkpost

SparkPost client library for PHP

MIT License

Downloads
3.3M
Stars
195
Committers
33

Bot releases are hidden (Show)

php-sparkpost - 2.3.0: PHP 8.0 support, fixed code examples Latest Release

Published by tuck1s over 3 years ago

See changelog.

php-sparkpost -

Published by tuck1s over 3 years ago

See changelog.

php-sparkpost - 2.2.0

Published by jgzamora over 5 years ago

php-sparkpost - 2.1.0

Published by avigoldman almost 8 years ago

Added

  • #161 added example for sending email with attachment and simplified the examples setup
  • #159 added debug option for seeing the full request sent to SparkPost
  • #151 added packagist badges
  • #139 added examples for message events and templates

Changed

  • #150 renamed the Resource class to ResourceBase since resource soft reserved in php 7
  • #137 cleaned up tests and post install scripts
  • #138 added PHP 7.1 as a test environment

Fixed

  • #156 fixed typo in README.md
  • #152 fixed propagation of coverage tests to coveralls.io
  • #147 fixed examples in README.md
  • #139 fixed the ability to send using recipient lists
  • Issue#141 removed form feeds from the JSON body sent to the API
php-sparkpost - 2.0.3

Published by avigoldman about 8 years ago

Issue #135 reported Http\Discovery\NotFoundException caused by 2.0.2 update.

php-sparkpost - 2.0.2

Published by avigoldman about 8 years ago

#131 removed any dependency on Guzzle by replacing it with MessageFactoryDiscovery

php-sparkpost - 2.0.1

Published by richleland over 8 years ago

Fixed

  • #129 issue with content.from being expected even when using a stored template
php-sparkpost - 2.0.0

Published by richleland over 8 years ago

This major release included a complete refactor of the library to be a thin HTTP client layer with some sugar methods on the Transmission class. There is now a base resource that can be used to call any SparkPost API with a one to one mapping of payload parameters to what is listed in our API documentation.

Changed

  • #123 Rewrote docs and updated composer name
  • #122 Add transmission class and examples
  • #121 Update base resource and tests
php-sparkpost - 1.2.1

Published by richleland over 8 years ago

Fixed

  • #111 allow pass through of timeout setting in http config
php-sparkpost - 1.2.0

Published by richleland over 8 years ago

Added

  • EditorConfig file to maintain consistent coding style
  • composer run-script fix-style can now be run to enforce PSR-2 style

Changed

  • Responses from the SparkPost API with HTTP status code 403 now properly raise with message, code, and description

Fixed

  • Removed reliance on composer for version of library
php-sparkpost - 1.1.0

Published by beardyman over 8 years ago

Added

  • Message Events API added.

Changed

  • Transmission API now accepts a DateTime object for startDate
php-sparkpost - 1.0.2

Published by richleland over 8 years ago

Fixed

  • Miscellaneous code cleanups related to docs and namespacing
php-sparkpost - 1.0.3

Published by richleland over 8 years ago

Added

  • Support for attachments, inline attachments, inline css, sandbox, start time, and transactional options in Transmission class
  • API response exceptions now include message, code, and description from API
php-sparkpost - 1.0.1

Published by beardyman over 8 years ago

php-sparkpost - Version 1.0.0

Published by beardyman about 9 years ago

This release represents a major rework in the foundation of how the library works. It no longer requires a Guzzle of any version and instead implements an adapter pattern that allows the user to use whichever request library they choose. It also implements an instance based approach rather than a static one.

php-sparkpost - php 5.3 support

Published by beardyman almost 10 years ago

php-sparkpost - First Release

Published by beardyman almost 10 years ago

First Release