Working on an integration between our PHP based API and the HubSpot API, I have found two different PHP clients that are both apparently actively maintained: https://github.com/HubSpot/hubspot-php https://github.com/HubSpot/hubspot-api-php Strangely, the PHP examples in the HubSpot API endpoint documentation: https://developers.hubspot.com/docs/api/crm/contacts apparently use neither of these clients, but rather direct requests using CURL. My suggestion is to have clear directions which client to use, and offer appropriate examples in the endpoint documentation. Us PHP developers have it hard enough as it is 😉
...read more