PackageTrack
Sign in Get early access

sendgrid/sendgrid

This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.

8.1.11 53M downloads/mo #624 most downloaded on Packagist sendgrid/sendgrid-php

What this package is like to depend on

Last release 1 years ago

no release in 18 months

Ships unpredictably

gaps range from 1 weeks to 1.3 years

Some releases are documented

notes for 51 of 110 stable releases

Nothing withdrawn

no release was ever pulled

13 years old

110 releases · first in 2013

0 releases in the last 12 months

see the full history below

Release timeline

110 releases · Apr 2013 to Feb 2025
2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 60 of 110
  1. 8.1.11 22 Feb 2025
    Release notes

    Release Notes

    Library - Fix

    Open source →
  2. 8.1.10 11 Feb 2025
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  3. 8.1.9 28 Jan 2025
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  4. 8.1.8 28 Jan 2025
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  5. 8.1.7 13 Jan 2025
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  6. 8.1.6 09 Jan 2025
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  7. 8.1.5 12 Dec 2024
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  8. 8.1.4 12 Dec 2024
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  9. 8.1.3 05 Dec 2024
    Release notes

    Release Notes

    Library - Fix

    Library - Chore

    Open source →
  10. 8.1.2 18 Apr 2024
    Release notes

    Release Notes

    Library - Chore

    Open source →
  11. 8.1.1 06 Dec 2023

    Nothing published for this version

  12. 8.1.0 01 Dec 2023

    Nothing published for this version

  13. 8.0.1 10 Aug 2022

    Nothing published for this version

  14. 8.0.0 04 May 2022

    Nothing published for this version

  15. 7.11.5 09 Mar 2022

    Nothing published for this version

  16. 7.11.4 09 Feb 2022

    Nothing published for this version

  17. 7.11.3 26 Jan 2022

    Nothing published for this version

  18. 7.11.2 12 Jan 2022

    Nothing published for this version

  19. 7.11.1 15 Dec 2021

    Nothing published for this version

  20. 7.11.0 17 Nov 2021

    Nothing published for this version

  21. 7.10.0 18 Oct 2021

    Nothing published for this version

  22. 7.9.2 27 Jan 2021

    Nothing published for this version

  23. 7.9.1 18 Nov 2020

    Nothing published for this version

  24. 7.9.0 05 Nov 2020

    Nothing published for this version

  25. 7.8.5 14 Oct 2020

    Nothing published for this version

  26. 7.8.4 28 Sep 2020

    Nothing published for this version

  27. 7.8.3 02 Sep 2020

    Nothing published for this version

  28. 7.8.2 19 Aug 2020

    Nothing published for this version

  29. 7.8.1 05 Aug 2020

    Nothing published for this version

  30. 7.8.0 22 Jul 2020

    Nothing published for this version

  31. 7.7.0 08 Jul 2020

    Nothing published for this version

  32. 7.6.0 10 Jun 2020

    Nothing published for this version

  33. 7.5.2 27 May 2020

    Nothing published for this version

  34. 7.5.1 13 May 2020

    Nothing published for this version

  35. 7.5.0 29 Apr 2020

    Nothing published for this version

  36. 7.4.6 01 Apr 2020

    Nothing published for this version

  37. 7.4.5 18 Mar 2020

    Nothing published for this version

  38. 7.4.4 04 Mar 2020

    Nothing published for this version

  39. 7.4.3 19 Feb 2020

    Nothing published for this version

  40. 7.4.2 22 Jan 2020

    Nothing published for this version

  41. 7.4.1 09 Jan 2020

    Nothing published for this version

  42. 7.4.0 11 Dec 2019

    Nothing published for this version

  43. 7.3.0 15 Apr 2019
    Release notes

    Fixed

    Added

    • PR #828: Update Twilio branding, CLA policy.
    • Closes #768, PR #769: Update prerequisites. Thanks to Rishabh for the solution!
    • Closes #733, PR #736: Update CONTRIBUTING - contribution guideline to branch off development. Thanks to Alex for the solution!
    • Closes #481, PR #743: Added Box attachment example. Thanks to Joel for the solution!
    • Closes #690, PR #698: Update prism version. Thanks to Gergo Juhasz for the solution!
    Open source →
  44. 7.2.1 18 Sep 2018
    Release notes

    Fixed

    • Closes #671, PR #689: isBase64 function returning incorrect. Thanks to Jmky for the solution!
    Open source →
  45. 7.2.0 15 Aug 2018
    Release notes

    Added

    Open source →
  46. 7.1.1 15 Aug 2018
    Release notes

    Fixed

    • Closes #667, PR #668: isBase64 function fix. Thanks to Tigran M for bringing this to our attention!
    Open source →
  47. 7.1.0 14 Aug 2018
    Release notes

    Added

    • Closes #612, PR #652: Fixes #612 Add TypeException and include type validations in classes inside mail/. Thanks to James Harding for the PR!
    • Closes #551, PR #571: Add ability to impersonate subuser. Thanks to Stian Prestholdt for the PR!
    • Closes #617, PR #651: Add try / catch to examples. Thanks to James Harding for the PR!
    • Closes #619, PR #620: PHPDoc & code improvements. Thanks to Martijn Melchers for the PR!
    • Closes #610, PR #628: Removes unnecessary linter warning from phpcs. Thanks to James Harding for the PR!
    • Closes #608, PR #626: Add check so that getContents() always returns content with MimeType text/plain first in array of Content objects. Thanks to James Harding for the PR!
    • Closes #611, PR #618: Attachments now automatically get base64 encoded if they are not already. Thanks to Martijn Melchers for the PR!
    • PR #661: Add Code Triage tag. Thanks to Anshul Singhal for the PR!
    • PR #663: Improve Contributing.md readability. Thanks to Anshul Singhal for the PR!

    Fixed

    Open source →
  48. 7.0.0 19 May 2018
    Release notes

    BREAKING CHANGE

    Thanks to the strong support and feedback of the SendGrid PHP community, we have a new version of this SDK that should be a big improvement in the developer experience for this SDK.

    In particular, I'd like to make special mention of @caseyw, @vitya1, @Braunson, @cbschuld, @paoga87, @Taluu, @mazanax, @ninsuo, @ianh2, @WadeShuler, @jaimehing, @KnightAR, @alextech (my apologies if I've missed you)

    Since this is a major departure from v6.X, we advise you to refactor your code according to the documentation found in the README and USE_CASES files. We hope you find the new interface much easier to work with. Please open an issue or PR if you run into any trouble or have any feedback.

    If you wish to continue using previous versions of this SDK, no problem. However, we will not be updating versions less than v7 except for critical bugs and/or security issues.

    We hope this will be the last breaking change in the foreseeable future; that said, let the iterations begin!

    Open source →
  49. 6.2.0 29 Mar 2018
    Release notes

    Added

    • Closes #454, PR #502: Add helper for adding new recipients to your contactdb via a webform, thanks to Kraig Hufstedler for the PR!

    • Closes #487, PR #506: Add helper to get all stats from a specified data range, thanks to Milos Pejanovic for the PR!

    • Closes #368, PR #511: Add support for commas and semicolns in email name, thanks to Quentin Ligier for the PR!

    • Closes #491, PR [#493](https://github.com/sendgrid/sendgrid-php/pull/493: Allow for setting attachment content from path, thanks to rparpa for the PR!

    Open source →
  50. 6.1.0 27 Mar 2018
    Release notes

    Added

    • PR #512: Omit PHP closing tag in use case sample, thanks to Sébastien Santoro for the PR!

    • PR #575: Add an example to the README.md describing how to send emails as HTML as the content type, thanks to Benjamin Manford for the PR!

    • Closes #547, PR #549: Added Code Review to Contributing.md, thanks to tomhorvat for the PR!

    • PR #565: Add PHP 7.1 and 7.2 to Travis build matrix, thanks to Emir Beganović for the PR!

    • PR #577: Update PHP Version terms, thanks to Siddhant Sharma for the PR!

    • Closes #540, PR #543: Feature/split unit tests, thanks to Owen Voke for the PR!

    • Closes #441, PR #467: Add deploy to heroku button, thanks to pangaunn for the PR!

    • Closes #423, PR #510: Adding Google App engine installation with composer instructions, thanks to Nalin Bhardwaj for the PR!

    • Closes #541, PR #542: Added CodeCov support, thanks to Owen Voke for the PR!

    • PR #539: Rename LICENSE.txt to md, thanks to Ankit Jain for the PR!

    • Closes #436, PR #535: Add docker development setup, thanks to Samundra Shrestha for the PR!

    • Closes #532, PR #537: Add license date range unit test, thanks to uppe-r for the PR!

    • Closes #533, PR #536: Add unit test to check that specific files exist in repo, thanks to Bertus Steenberg for the PR!

    • Closes #524, PR #527: Created code climate YML file, thanks to Prashu Chaudhary for the PR!

    • Closes #520, PR #523: Added sample env file, thanks to Joey Lee for the PR!

    • PR #519: Add github PR template, thanks to Alex for the PR!

    • PR #513: Update to PHP 7.0.0 refactor - Fix syntax error in refactor documentation, thanks to Sébastien Santoro for the PR!

    • PR #505: Update README.md with additional badges, thanks to Lalit Vijay for the PR!

    • Closes #500, PR #504: SEO Friendly Section links, thanks to Dharma Saputra for the PR!

    • PR #503: Added new badges to README.md, thanks to Alex for the PR!

    • Closes #492, PR #494: Demonstrate how to review the request body for troubleshooting, thanks to Alex for the PR!

    • PR #476: Update README.md with license information, thanks to Tarmo Leppänen for the PR!

    • PR #475: Add documentation for setting up domain whitelabel, thanks to Sourav Sarkar for the PR!

    • PR #468: Changes the recommendation to use composer as recommended source, thanks to Gabriela D'Ávila Ferrara for the PR!

    • PR #463: Add TROUBLESHOOTING.md section about fixing error 415, thanks to AlbinoDrought for the PR!

    • PR #456: Added Code of Conduct, thanks to Rubemlrm for the PR!

    • PR #439: Update to PHP 7.0.0 refactor - Removal of Collections, thanks to Joseph Opanel for the PR!

    • PR #416: Add release notifications, thanks to Gabriel Krell for the PR!

    • PR #415: Updated example.php to fix that there was no way for the sections to get substituted without their being a substitution that calls them, thanks to Kyle Roberts for the PR!

    Fixed

    • PR #545: Fix typo CONTRIBUTING.md, thanks to thepriefy for the PR!

    • PR #588: Fix broken unit tests

    • PR #576: API level addressing of the string-only in addSubstitution arg rule. Every long integer triggers a bad request, thanks to Ezequiel Villarreal for the PR!

    • PR #517: Fix typos in USAGE.md, thanks to Anatoly for the PR!

    • PR #530: Changed the license period., thanks to Siddhant Sharma for the PR!

    • PR #514: Don't close img tag in HTML, thanks to Sébastien Santoro for the PR!

    • PR #507: Fix typos in various files, thanks to Brandon Smith for the PR!

    • Fixes #336, PR #479: Incorrect documentation path fixed, thanks to Valerian Pereira for the PR!

    • PR #465: Fix typo in README.md, thanks to shra1cumar for the PR!

    • PR #449: Fix typos in USAGE.md, thanks to Cícero Pablo for the PR!

    • PR #448: Fix typos in TROUBLESHOOTING.md, thanks to Cícero Pablo for the PR!

    • PR #435: Change spam_report() to spam_reports() in documentation and examples, thanks to mrmxs for the PR!

    • PR #431: Fixed minor typo during Mail creation, thanks to joeldixon66 for the PR!

    Open source →
  51. 6.0.0 01 Jul 2017
    Release notes

    BREAKING CHANGE

    • PR #408: Update Mail constructor to signify which parameters are required for sending all email
    • The Mail() constructor now requires $from, $subject, $to and $content parameters like so: Mail($from, $subject, $to, $content). Those are the minimally required parameters to send an email.
    • Thanks to Casey Wilson for the PR!
    Open source →
  52. 5.6.2 30 Jun 2017
    Release notes

    Fix

    • PR #410: Adding name for ReplyTo for issue #390
    • Thanks to Casey Wilson for the PR!
    Open source →
  53. 5.6.1 27 Jun 2017
    Release notes

    Fix

    • Versioning mistake (forgot the .0 at the end)
    Open source →
  54. 5.5.1 18 May 2017
    Release notes

    Fixed

    • Pull #396: Use print_r instead of echo on Arrays
    • Thanks to Ryan P.C. McQuen for the PR!
    Open source →
  55. 5.5.0 05 May 2017
    Release notes

    Added

    • Pull #393: Update php-http-client dependency
    • v3.6: Pass the curlOptions to the client in buildClient
    • v3.7: Added ability to get headers as associative array
    Open source →
  56. 5.4.2 18 Apr 2017
    Release notes

    Fixes

    • Fixes #292
    • Removes Prism file in sendgrid-php.zip
    Open source →
  57. 5.4.1 04 Apr 2017
    Release notes

    Added

    • Pull #373
    • PSR1 & PSR2 Conversion
    • Thanks to Braunson Yager for the PR!
    Open source →
  58. 5.4.0 16 Mar 2017
    Release notes

    Added

    • Pull #337
    • API level addressing of the string-only custom arg rule
    • Thanks to Chris Schuld for the PR!
    Open source →
  59. 5.3.0 15 Mar 2017
    Release notes

    Added

    • Pull #367
    • UTF8 encoding forced for content value and message subject
    • Thanks to Chris Schuld for the PR!
    Open source →
  60. 5.2.3 04 Mar 2017
    Release notes

    Fixed

    • Pull #334
    • Fixed serialization of empty JSON objects, fixes #332 & #314
    • Thanks to Matthew Dreyer for the PR!
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive