FuelSDK-PHP icon indicating copy to clipboard operation
FuelSDK-PHP copied to clipboard

FuelSDK-PHP

Results 62 FuelSDK-PHP issues
Sort by recently updated
recently updated
newest added

Hi all, for an internal project I need to perform a Data extract. For that I've been following the SDK docs and trying to connect via SOAP. The issue is...

bug

**Describe the bug** PHP shows warning `PHP Warning: Trying to access array offset on value of type null in ../vendor/salesforce-mc/fuel-sdk-php/src/ET_Client.php on line 645` when assigning `ET_Client` to `ET_Subscriber->authStub`. This is...

bug

**Describe the bug** undefined array index in ET_Client.php in function getAuthTokenExpiration if $tenantKey and $this->tenantTokens **To Reproduce** use php 7.4 and try to send email **Expected behavior** It is doing...

bug

Does this library support `firebase/php-jwt` version 6? `composer.json` requires `"firebase/php-jwt":">=5.0.0"` but it seems the upgrade to version 6 has [quite a few breaking changes](https://github.com/firebase/php-jwt/releases/tag/v6.0.0): ![Screenshot 2023-02-20 at 13 00 57](https://user-images.githubusercontent.com/12063278/220100778-74d26894-8404-44ad-ad8f-3d19d9e1b9f3.png)...

enhancement

**Describe the bug** On PHP >= 8, there is ocurring this warning error: `Deprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in FuelSdk\ET_Client->createPayloadForOauth2() (line...

bug

We have this little piece of code ```php $getDERows = new ET_DataExtension_Row(); $getDERows->authStub = $this->soap_client; $getDERows->filter = array("Property" => "Client.ID", "SimpleOperator" => "equals", "Value" => $this->client_id); $getDERows->props = array('ELECTRONICTXT', 'IDENTIFIER',...

bug

Not the most elegant solution. I'm not sure where I should place the array depth function, but using this as a starting point for merge discussion. I'm open to rearranging...

Hi, Looks like SalesForce Marketing Cloud soon defaults to OAuth 2.0 without the possibility of using legacy authentication https://jmp.sh/tcbTj8c Is there any plan to support packages created using OAuth 2.0?...