hubspot-php
hubspot-php copied to clipboard
HubSpot PHP API Client
The `oauth2` config is [treated as a boolean](https://github.com/HubSpot/hubspot-php/blob/master/src/Http/Client.php#L68). If someone copies and pastes this example they will get unexpected behavior because `'false'` evaluates to `true` if converted to a boolean....
See https://www.php-fig.org/psr/psr-7/meta/#72-type-additions It looks like this package is already compatible with the new type annotations: https://github.com/HubSpot/hubspot-php/commit/ef7e73e5e872edde487d7587b2cd9ecc2297832b However, composer.json only declares compatibility with version 1.1.
Hello, 👋 php-fig recently published psr/http-message 2 adding strong types. Do you plan to support it and/or need help for that? Thanks. 🙏
`Signature::isValid()` references a 'Timestamp' class that does not exist in this project.
I am experiencing an issue in Magento 2. In version 5.0.1 of the hubspot-php package, I received the following message: ``` [Wed Sep 25 18:21:48.072967 2024] [proxy_fcgi:error] [pid 1585596] [client...
𝟏) 𝐈 𝐰𝐚𝐧𝐭 𝐭𝐨 𝐠𝐞𝐭 𝐬𝐩𝐞𝐜𝐢𝐟𝐢𝐜 𝐬𝐞𝐬𝐬𝐢𝐨𝐧𝐬 𝐯𝐚𝐥𝐮𝐞 𝐨𝐟 𝐜𝐮𝐫𝐫𝐞𝐧𝐭 𝐲𝐞𝐚𝐫 : Marketing > Marketing analytics > Web traffic analysis > browsers > sessions I am using https://api.hubapi.com/analytics/v2/reports/sessions/monthly?start=20250101&end=20250521 but i...
Currently the [Subscriptions preferences v3 API Endpoint](https://developers.hubspot.com/docs/api-reference/communication-preferences-subscriptions-v3/guide) is not supported and the [EmailSubscription Resource](https://github.com/HubSpot/hubspot-php/blob/master/src/Endpoints/EmailSubscription.php) is outdated. For now I partially extended it myself in my local project but it would...
Hello, I use this SDK to send form submissions to hubspot, it works, but I don't know how to fill the conversion page informations : Here is my object :...