Skip to content

Releases: intercom/intercom-php

New PHP release

Choose a tag to compare

@Eclairemoy Eclairemoy released this 27 Aug 14:51
76c35cb
5.0.1

Update README.md (#379)

v5.0.0

Choose a tag to compare

@Eclairemoy Eclairemoy released this 26 Aug 07:47
75592ed

The Intercom team is excited to announce a new and improved PHP SDK.

What's Changed

  • 🌿 New SDK released by fern on August 11, 2025 by @fern-api[bot] in #378

New Contributors

Full Changelog: v4.5.1...v5.0.0

Supporting http-message@v2 and some minor bugfixes.

Choose a tag to compare

@dannyfallon dannyfallon released this 25 Feb 14:28
2a70244

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.5.1

HTTP: Add support for PSR17/PSR18

Choose a tag to compare

@dannyfallon dannyfallon released this 29 Jan 13:12
b7ea190

What's Changed

  • HTTP: add support for PSR17/PSR18 and drop usage of deprecated client discovery by @glaubinix in #363

New Contributors

Fixes and Improvements

Choose a tag to compare

@johnnynader johnnynader released this 04 May 17:55
6ba3318
  • Add create conversation method (#338)
  • Fix double handleResponse() bug for nextCursorPage (#323)
  • Provide PHP 8.0 compatibility (#335)

Fix bug in nextSearchPage

Choose a tag to compare

@GabrielAnca GabrielAnca released this 09 Sep 12:57
092d1e2

Fixed a bug in nextSearchPage. This method was wrongfully processing the response twice, which could lead to exceptions depending on the PHP configuration.

Fix bug in contact update method

Choose a tag to compare

@GabrielAnca GabrielAnca released this 06 Aug 08:12
acb9f20

The previous release introduced support for the Contacts API. However, the contact update method wasn't working because it was missing the contact id in the URL. This release fixes the $client->contacts->update method.

Add support for API 2.0

Choose a tag to compare

@GabrielAnca GabrielAnca released this 21 Jul 16:51
f1a443b

This release includes the following:

  • API 2.0 support: Contact resource and Conversation Search.
  • Updates to the readme to specify which resources are available in which versions.

Add support for Teams

Choose a tag to compare

@GabrielAnca GabrielAnca released this 22 May 10:11
3392907

This release adds support for Teams:

  • List all teams with $intercomClient->teams->getTeams()
  • Get a single team with $intercomClient->teams->getTeam($id)

Add support for listing users of a company

Choose a tag to compare

@GabrielAnca GabrielAnca released this 14 Oct 09:13

This release adds support for listing users of a company via $intercomClient->companies->getCompanyUsers($id)