intercom-php
intercom-php copied to clipboard
PHP bindings for the Intercom API
Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which...
#### Why? To support projects with `psr/http-message` `^2` #### How? Allow `^2.0` version in composer
With this recent commit : https://github.com/php-http/message/commit/47a14338bf4ebd67d317bf1144253d7db4ab55fd php-http/message stopped requiring php-http/message-factory, which is needed by IntercomClient, and thus throws a DiscoveryFailedException exception. Can be fixed by requiring php-http/message-factory manually.
#### Why? This change was made to add support to the following endpoint: https://developers.intercom.com/intercom-api-reference/reference/listattachedcontacts #### How? - Adding the path of the resource. - Adding the function that sends the...
#### Why? Out integration is based in another region than the US. https://developers.intercom.com/building-apps/docs/rest-apis#available-endpoints #### How? Adding an optional parameter to the client constructor, defaulted with the US region to avoid...
#### Why? I think private visibility of the IntercomClient methods is a hinderance. In a project I am working on, I need to decorate the `handleResponse()` method so that it...
We are missing Manage Conversation API on SDK
#### Why? - Data Attributes aren't covered in this package. #### How? - Added new class: `DataAttribute`. - Added class into `IntercomClient`. - Added tests. - Updated readme.
Include a tip to indicate that custom attributes need to first be created via the company settings. #### Why? We were unable to locate any information that indicated the custom...
I am attempting to use the php bindings by following [these instructions](https://github.com/intercom/intercom-php). When I try to use this code snippet in my php project, I get an error saying Undefined...