repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Import.php
src/ET_Import.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; use \SoapVar; /** * This class defines a reusable pattern of import options. */ class ET_Import extends ET_CUDSupport { /** @var string|null contains last import task ID if available */ ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Campaign.php
src/ET_Campaign.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * Represents a program in an account */ class ET_Campaign extends ET_CUDSupportRest { /** * Initializes a new instance of the class and will assign endpoint, urlProps, urlPropsR...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Info.php
src/ET_Info.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class Provides info about a object like Campaign, Asset, DataExtension, etc. */ class ET_Info extends ET_Constructor { /** * Initializes a new instance of the class. * @para...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Campaign_Asset.php
src/ET_Campaign_Asset.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * Represents an asset associated with a campaign. */ class ET_Campaign_Asset extends ET_CUDSupportRest { /** * Initializes a new instance of the class and will assign endpoint,...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Message_Guide.php
src/ET_Message_Guide.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * The class can get, convert, render, send messages. */ class ET_Message_Guide extends ET_CUDSupportRest { /** * The constructor will assign endpoint, urlProps, urlPropsRequire...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_DeleteRest.php
src/ET_DeleteRest.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents the DELETE operation for REST service. */ class ET_DeleteRest extends ET_Constructor { /** * Initializes a new instance of the class. * @param ET_Client ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_GetRest.php
src/ET_GetRest.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents the GET operation for REST service. */ class ET_GetRest extends ET_Constructor { /** * Initializes a new instance of the class. * @param ET_Client $authS...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_DataExtension_Row.php
src/ET_DataExtension_Row.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; use \Exception; /** * ETDataExtensionRow - Represents Data Extension Row. */ class ET_DataExtension_Row extends ET_CUDWithUpsertSupport { /** * @var string Gets or sets the name of the ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_BaseObject.php
src/ET_BaseObject.php
<?php namespace FuelSdk; /** * This class represents the base object for SOAP operation. */ class ET_BaseObject { /** * @var ET_Client The ET client object which performs the auth token, refresh token using clientID clientSecret */ public $authStub; /** * @var array Dictionary ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_BounceEvent.php
src/ET_BounceEvent.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * Contains information pertaining to the specific event of an email message bounce. */ class ET_BounceEvent extends ET_GetSupport { /** * @var bool Gets or sets a boolean value...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_ResultMessage.php
src/ET_ResultMessage.php
<?php namespace FuelSdk; /** * Contains information regarding a specific unsubscription action taken by a subscriber. */ class ET_ResultMessage extends ET_GetSupport { /** * Initializes a new instance of the class and set the since last batch to true. */ function __construct() { $this->obj = "ResultMessage...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_PerformExtract.php
src/ET_PerformExtract.php
<?php namespace FuelSdk; /** * This class represents the PERFORM operation for SOAP service. */ class ET_PerformExtract extends ET_Constructor { /** * Initializes a new instance of the class. * @param ET_Client $authStub The ET client object which performs the auth token, refresh token using clientID clientS...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_GetSupport.php
src/ET_GetSupport.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents the get operation for SOAP service. */ class ET_GetSupport extends ET_BaseObject { /** * @return ET_Get Object of type ET_Get which contains http st...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_User.php
src/ET_User.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents an Account User. */ class ET_User extends ET_CUDSupport { /** * Initializes a new instance of the class and sets the obj property of parent. */ function _...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_DataExtractActivity.php
src/ET_DataExtractActivity.php
<?php namespace FuelSdk; class ET_DataExtractActivity extends ET_GetSupport { /** @var string|null contains last task ID if available */ public $lastTaskID; private $extractmap; /** * Initializes a new instance of the class. */ function __construct() { //$this->populateExtractType(); } /** ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_DataExtension_Column.php
src/ET_DataExtension_Column.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * ETDataExtensionColumn - Represents Data Extension Field. */ class ET_DataExtension_Column extends ET_GetSupport { /** * Initializes a new instance of the class. */ function __cons...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_OpenEvent.php
src/ET_OpenEvent.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * Contains information about the opening of a message send by a subscriber. */ class ET_OpenEvent extends ET_GetSupport { /** * @var bool Gets or sets a boolean value indicating...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_PutRest.php
src/ET_PutRest.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents the PUT operation for REST service. */ class ET_PutRest extends ET_Constructor { /** * Initializes a new instance of the class. * @param ET_Client $authSt...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Folder.php
src/ET_Folder.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents a folder in a Marketing Cloud account. */ class ET_Folder extends ET_CUDSupport { /** * Initializes a new instance of the class and sets the obj property of ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_List_Subscriber.php
src/ET_List_Subscriber.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * The class retrieves subscribers for a list or lists for a subscriber. */ class ET_List_Subscriber extends ET_GetSupport { /** * Initializes a new instance of the class and sets th...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Get.php
src/ET_Get.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; use \stdClass; use \SoapVar; /** * This class represents the GET operation for SOAP service. */ class ET_Get extends ET_Constructor { /** * Initializes a new instance of the class. * @p...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Subscriber.php
src/ET_Subscriber.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * A person subscribed to receive email or SMS communication. */ class ET_Subscriber extends ET_CUDWithUpsertSupport { /** * Initializes a new instance of the class and sets the obj ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Patch.php
src/ET_Patch.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; use \SoapVar; /** * This class represents the PATCH operation for SOAP service. */ class ET_Patch extends ET_Constructor { /** * Initializes a new instance of the class. * @param ET_Cli...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Organization.php
src/ET_Organization.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents an Account. */ class ET_Organization extends ET_CUDSupport { /** * Initializes a new instance of the class and sets the obj property of parent. */ function...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_CacheService.php
src/ET_CacheService.php
<?php namespace FuelSdk; class ET_CacheService { private $_identifier; private $_cacheMinutes = 10; private static $cachedSoapUrls; public function __construct($clientId, $clientSecret) { $this->_identifier = $clientId . "-" . $clientSecret; } public function get() { ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_CUDSupportRest.php
src/ET_CUDSupportRest.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; use \Exception; /** * This class represents the create, update, delete operation for REST service. */ class ET_CUDSupportRest extends ET_GetSupportRest { /** * @var string ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_Delete.php
src/ET_Delete.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; use \SoapVar; /** * This class represents the DELETE operation for SOAP service. */ class ET_Delete extends ET_Constructor { /** * Initializes a new instance of the class. * @param ET...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_CUDWithUpsertSupport.php
src/ET_CUDWithUpsertSupport.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents the put operation for SOAP service. */ class ET_CUDWithUpsertSupport extends ET_CUDSupport { /** * @return ET_Patch Object of type ET_Patch which co...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_PostRest.php
src/ET_PostRest.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; /** * This class represents the POST operation for REST service. */ class ET_PostRest extends ET_Constructor { /** * Initializes a new instance of the class. * @param ET_Client $auth...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_TriggeredSendSummary.php
src/ET_TriggeredSendSummary.php
<?php namespace FuelSdk; /** * Defines a triggered send in the account. */ class ET_TriggeredSendSummary extends ET_GetSupport { /** * Initializes a new instance of the class. */ function __construct() { $this->obj = "TriggeredSendSummary"; } } ?>
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/src/ET_GetSupportRest.php
src/ET_GetSupportRest.php
<?php // spl_autoload_register( function($class_name) { // include_once 'src/'.$class_name.'.php'; // }); namespace FuelSdk; use \Exception; /** * This class represents the get operation for REST service. */ class ET_GetSupportRest extends ET_BaseObjectRest { /** * @var int The last page number ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/ImportTest.php
tests/ImportTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Import; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class ImportTest extends TestCase { private $myclient; private $NewImportName; private $SendableDataExtensionCustomerKey; private $TaskResultID; function __construct(...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/UnitBootstrap.php
tests/UnitBootstrap.php
<?php if (file_exists(__DIR__ . '/../vendor/autoload.php')) require __DIR__ . '/../vendor/autoload.php'; //this is for dev, when we are using other dependencies // else // require __DIR__ . '/../../../autoload.php'; //this is for prod, when we are the dependency // spl_autoload_register( functio...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/SentEventTest.php
tests/SentEventTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_SentEvent; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class SentEventTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function testC...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/OpenEventTest.php
tests/OpenEventTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_OpenEvent; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class OpenEventTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function testC...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/BounceEventTest.php
tests/BounceEventTest.php
<?php namespace FuelSdk\Test; use PHPUnit\Framework\TestCase; use FuelSdk\ET_BounceEvent; use FuelSdk\ET_Client; /** * @covers ET_Asset */ final class BounceEventTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function t...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/EmailTest.php
tests/EmailTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Email; use PHPUnit\Framework\TestCase; /** * @covers ET_Email */ final class EmailTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public function testCanCreat...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/DataExtensionTest.php
tests/DataExtensionTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_DataExtension; use PHPUnit\Framework\TestCase; /** * @covers ET_DataExtension */ final class DataExtensionTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } publ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/FolderTest.php
tests/FolderTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Folder; use PHPUnit\Framework\TestCase; /** * @covers ET_Folder */ final class FolderTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/ListTest.php
tests/ListTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_List; use PHPUnit\Framework\TestCase; /** * @covers ET_List */ final class ListTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public function testCanCreateLi...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/CampaignTest.php
tests/CampaignTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Campaign; use PHPUnit\Framework\TestCase; /** * @covers ET_Campaign */ final class CampaignTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public function testCanCr...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/UnsubEventTest.php
tests/UnsubEventTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_UnsubEvent; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class UnsubEventTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function tes...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/OrganizationTest.php
tests/OrganizationTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Organization; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class OrganizationTest extends TestCase { private $myclient; private $CustomerKeyofExistingOrganization; private $NameOfTestOrganization; private $CustomerK...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/ResultMessageTest.php
tests/ResultMessageTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_ResultMessage; use PHPUnit\Framework\TestCase; /** * @covers ET_ResultMessage */ final class ResultMessageTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/AssetTest.php
tests/AssetTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Asset; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class AssetTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function testCanCreateAs...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/ProfileAttributeTest.php
tests/ProfileAttributeTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_ProfileAttribute; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class ProfileAttributeTest extends TestCase { private $myclient; private $NameOfAttribute; function __construct() { $this->myclient = new ET_Clien...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/TriggeredSendSummaryTest.php
tests/TriggeredSendSummaryTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_TriggeredSendSummary; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class TriggeredSendSummaryTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/ListSubscriberTest.php
tests/ListSubscriberTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_List; use FuelSdk\ET_Subscriber; use FuelSdk\ET_List_Subscriber; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class ListSubscriberTest extends TestCase { private $myclient; private $NewListName = "PHPSDKListSubscriber"; priva...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/SubscriberTest.php
tests/SubscriberTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Subscriber; use PHPUnit\Framework\TestCase; /** * @covers ET_Subscriber */ final class SubscriberTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public functi...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/SendTest.php
tests/SendTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Send; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class SendTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function testCanGetSend(...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/MessageTest.php
tests/MessageTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Message_Guide; use PHPUnit\Framework\TestCase; /** * @covers ET_Message */ final class MessageTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function t...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/DataExtractTest.php
tests/DataExtractTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_DataExtractActivity; use PHPUnit\Framework\TestCase; /** * @covers ET_DataExtract */ final class DataExtractTest extends TestCase { private $myclient; private $extractmap; private $extracttype = "Data Extension Extract"; private $filename = ...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/TriggeredSendTest.php
tests/TriggeredSendTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_TriggeredSend; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class TriggeredSendTest extends TestCase { private $myclient; private $NameOfTestTS; private $SendClassificationID; private $EmailID; private $TSNameForCr...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/CacheServiceTest.php
tests/CacheServiceTest.php
<?php namespace FuelSdk { /** * Overwrites the time() function in order to be able to control it from the tests * Returns the Test\CacheServiceTest::$now value if set or the default time() value, otherwise. * @return int */ function time() { return Test\CacheServiceTest::$now ?:...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/ClickEventTest.php
tests/ClickEventTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_ClickEvent; use PHPUnit\Framework\TestCase; /** * @covers ET_Asset */ final class ClickEventTest extends TestCase { private $myclient; function __construct() { $this->myclient = new ET_Client(true); } public function tes...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/UserTest.php
tests/UserTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_User; use PHPUnit\Framework\TestCase; /** * @covers ET_User */ final class UserTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public function testCanCreateUs...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/OAuth2Test.php
tests/OAuth2Test.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_Asset; use PHPUnit\Framework\TestCase; final class OAuth2Test extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public function testIfAuthTokenAndRefreshTokenDifferIfRefre...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/tests/ContentAreaTest.php
tests/ContentAreaTest.php
<?php namespace FuelSdk\Test; use FuelSdk\ET_Client; use FuelSdk\ET_ContentArea; use PHPUnit\Framework\TestCase; /** * @covers ET_ContentArea */ final class ContentAreaTest extends TestCase { private $client; function __construct() { $this->client = new ET_Client(true); } public fun...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-profileattribute.php
objsamples/sample-profileattribute.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_ProfileAttribute; try { $myclient = new ET_Client(); $NameOfAttribute = 'PHPSDKTestAttribute'; print "Create ProfileAttribute \n"; $postProfileAttribute = new ET_ProfileAttribute(); $postProfileAttribute->authStub = $myclient...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-extract-description.php
objsamples/sample-extract-description.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_ExtractDescription; try { $myclient = new ET_Client(); // Modify the date below to reduce the number of results returned from the request // Setting this too far in the past could result in a very large response size $retriev...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-import.php
objsamples/sample-import.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Import; try { $myclient = new ET_Client(); $NewImportName = "PHPSDKImport_".uniqid(); $SendableDataExtensionCustomerKey = "3db97f7e-8957-e711-80d4-1402ec6b94d5"; $ListIDForImport = "307091"; print "Create Import to DataExtensi...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-campaign.php
objsamples/sample-campaign.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Campaign; use FuelSdk\ET_Campaign_Asset; try { # In order for this sample to run, it needs to have an asset that it can associate the campaign to $ExampleAssetType = "EMAIL"; $ExampleAssetItemID = "90840"; $myclient = new ET_C...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-resultmessage.php
objsamples/sample-resultmessage.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_ResultMessage; try { $myclient = new ET_Client(); // Retrieve ResultMessage with GetMoreResults print "Retrieve ResultMessage with GetMoreResults \n"; $getResultMessage = new ET_ResultMessage(); $getResultMessage->authStub = $...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-contentarea.php
objsamples/sample-contentarea.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_ContentArea; try { $myclient = new ET_Client(); // Retrieve All ContentArea with GetMoreResults print "Retrieve All ContentArea with GetMoreResults \n"; $getContent = new ET_ContentArea(); $getContent->authStub = $myclient; $g...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-sendable-dataextension.php
objsamples/sample-sendable-dataextension.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_DataExtension; try { $myclient = new ET_Client(); //DataExtension Testing //Get all Data Extensions print_r("Get all Data Extensions \n"); $getDE = new ET_DataExtension(); $getDE->authStub = $myclient; $getDE->props = array...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-tenant.php
objsamples/sample-tenant.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_OEM_Client; try { $testTenantKey = "testTenantKey"; $myclient = new ET_OEM_Client(); // Retrieve All Tenants print "Retrieve All Tenants \n"; $getResult = $myclient->GetTenants(); print_r('Get Status: '.($getResult->status ?...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-clickevent.php
objsamples/sample-clickevent.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_ClickEvent; try { $myclient = new ET_Client(); // Modify the date below to reduce the number of results returned from the request // Setting this too far in the past could result in a very large response size $retrieveDate = "...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-list.subscriber.php
objsamples/sample-list.subscriber.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Subscriber; use FuelSdk\ET_List_Subscriber; use FuelSdk\ET_List; try { // NOTE: These examples only work in accounts where the SubscriberKey functionality is not enabled // SubscriberKey will need to be included in the props...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-folder.php
objsamples/sample-folder.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Folder; try { $myclient = new ET_Client(); // Retrieve All Folder with GetMoreResults print "Retrieve All Folder with GetMoreResults \n"; $getFolder = new ET_Folder(); $getFolder->authStub = $myclient; $getFolder->props = arra...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-triggeredsendsummary.php
objsamples/sample-triggeredsendsummary.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_TriggeredSendSummary; try { $myclient = new ET_Client(); //Triggered Send Testing print_r("Get all TriggeredSendSummary \n"); $trigger = new ET_TriggeredSendSummary(); $trigger->authStub = $myclient; //$trigger->props = arra...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-CreateAndStartDataExtensionImport.php
objsamples/sample-CreateAndStartDataExtensionImport.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; try { $myclient = new ET_Client(); $DataExtensionCustomerKey = "62476204-bfd3-de11-95ca-001e0bbae8cc"; $CSVFileName = "SDKExample.csv"; /* Parameters: * Data Extension CustomerKey - CustomerKey values are displayed in the UI as External K...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-openevent.php
objsamples/sample-openevent.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_OpenEvent; try { $myclient = new ET_Client(); // Modify the date below to reduce the number of results returned from the request // Setting this too far in the past could result in a very large response size $retrieveDate = "2...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-list.php
objsamples/sample-list.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_List; try { $NewListName = "PHPSDKList"; $myclient = new ET_Client(); // Retrieve All List with GetMoreResults print "Retrieve All List with GetMoreResults \n"; $getList = new ET_List(); $getList->authStub = $myclient; $getL...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-unsubevent.php
objsamples/sample-unsubevent.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_UnsubEvent; try { $myclient = new ET_Client(); // Modify the date below to reduce the number of results returned from the request // Setting this too far in the past could result in a very large response size $retrieveDate = "...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-CreateContentAreas.php
objsamples/sample-CreateContentAreas.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_ContentArea; try { $myclient = new ET_Client(); ## Example using CreateContentAreas() method $NameOfContentAreaOne = "ExampleContentAreaOne"; $NameOfContentAreaTwo = "ExampleContentAreaTwo"; # Declare a Ruby Hash which c...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-email-senddefinition.php
objsamples/sample-email-senddefinition.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Email_SendDefinition; try { $myclient = new ET_Client(); $NewSendDefinitionName = "PHPSDKSendDefinition"; $SendableDataExtensionCustomerKey = "F6F3871A-D124-499B-BBF5-3EFC0E827A51"; $EmailIDForSendDefinition = "3113962"; $List...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-email.php
objsamples/sample-email.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Email; try { $myclient = new ET_Client(); // Retrieve All Email with GetMoreResults print "Retrieve All Email with GetMoreResults \n"; $getEmail = new ET_Email(); $getEmail->authStub = $myclient; $getEmail->props = array("ID",...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-CreateProfileAttributes.php
objsamples/sample-CreateProfileAttributes.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_ProfileAttribute; try { $myclient = new ET_Client(); $NameOfAttributeOne = "ExampleAttributeOne"; $NameOfAttributeTwo = "ExampleAttributeTwo"; # Declare an array which contain all of the details for a DataExtension $profileA...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-dataextension.php
objsamples/sample-dataextension.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_DataExtension; use FuelSdk\ET_DataExtension_Column; use FuelSdk\ET_DataExtension_Row; try { $myclient = new ET_Client(); //DataExtension Testing //Get all Data Extensions print_r("Get all Data Extensions \n"); $getDE = new ET...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-SendEmailToDataExtension.php
objsamples/sample-SendEmailToDataExtension.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; try { $myclient = new ET_Client(); $EmailIDForSendDefinition = "3113962"; $SendClassificationCustomerKey = "2239"; $SendableDataExtensionCustomerKey = "F6F3871A-D124-499B-BBF5-3EFC0E827A51"; # Call SendEmailToList $response = $myclient->...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-SendEmailToList.php
objsamples/sample-SendEmailToList.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; try { $myclient = new ET_Client(); $EmailIDForSendDefinition = "3113962"; $ListIDForSendDefinition = "1729515"; $SendClassificationCustomerKey = "2239"; # Call SendEmailToList $response = $myclient->SendEmailToList($EmailIDForSendDefinit...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-subscriber.php
objsamples/sample-subscriber.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Subscriber; try { $myclient = new ET_Client(); // NOTE: These examples only work in accounts where the SubscriberKey functionality is not enabled // SubscriberKey will need to be included in the props if that feature is ena...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-AddSubscriberToList.php
objsamples/sample-AddSubscriberToList.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_List; try { $myclient = new ET_Client(); $NewListName = "PHPSDKList"; $EmailAddressesArray = array("PHPSDKListSubscriber121@bh.exacttarget.com", "PHPSDKListSubscriber212@bh.exacttarget.com", "PHPSDKListSubscriber312@bh.exacttarg...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-message.php
objsamples/sample-message.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Message_Guide; use FuelSdk\ET_Subscriber; use FuelSdk\ET_List; try { $myclient = new ET_Client(); // Retrieve All Messages with GetMoreResults print "Retrieve All Messages with GetMoreResults \n"; $getMG = new ET_Message_Guide...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-AddSubscribersToLists.php
objsamples/sample-AddSubscribersToLists.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_List; try { $myclient = new ET_Client(); $NewListName = "PHPSDKList"; $subs = array(); $subs[] = array("EmailAddress" => "SDKTest9090@bh.exacttarget.com", "Attributes" => array(array("Name"=>"First Name", "Value"=>"Mac"),array(...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-triggeredsend.php
objsamples/sample-triggeredsend.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_TriggeredSend; try { $myclient = new ET_Client(); //Triggered Send Testing print_r("Get all TriggeredSendDefinitions \n"); $trigger = new ET_TriggeredSend(); $trigger->authStub = $myclient; $trigger->props = array("CustomerKe...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-CreateDataExtensions.php
objsamples/sample-CreateDataExtensions.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_DataExtension; try { $myclient = new ET_Client(); ## Example using CreateDataExtensions() method // Declare an associative array which contain all of the details for a DataExtension $deOne = array("Name" => "HelperDEOne","C...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-send.php
objsamples/sample-send.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Send; try { $myclient = new ET_Client(); // Modify the date below to reduce the number of results returned from the request // Setting this too far in the past could result in a very large response size $retrieveDate = "2015-0...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-bounceevent.php
objsamples/sample-bounceevent.php
<?php include_once('tests/UnitBootstrap.php'); //include_once(__DIR__ . '/../src/autoload.php'); use FuelSdk\ET_Client; use FuelSdk\ET_BounceEvent; try { $myclient = new ET_Client(); // Modify the date below to reduce the number of results returned from the request // Setting this too far in the past could result...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-asset.php
objsamples/sample-asset.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Asset; try { $myclient = new ET_Client(); // Retrieve All Assets with GetMoreResults print "Retrieve All Assets with GetMoreResults \n"; $getAsset = new ET_Asset(); $getAsset->authStub = $myclient; $getResult = $getAsset->ge...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-organization.php
objsamples/sample-organization.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_Organization; try { $params = array(); $myclient = new ET_Client(true, $params); // Retrieve All Organizations with GetMoreResults print "Retrieve All Organizations with GetMoreREsults \n"; $getOrganization = new ET_Organizat...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-CreateAndStartListImport.php
objsamples/sample-CreateAndStartListImport.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; try { $myclient = new ET_Client(); $ListID = "1956035"; $CSVFileName = "SDKExample.csv"; /* Parameters: List ID File Name - File must be a CSV located on your ExactTarget FTP Site */ # Call SendEmailToList $response = $myclient->...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-data-extract-activity.php
objsamples/sample-data-extract-activity.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_DataExtractActivity; use FuelSdk\ET_ExtractDescription; try { $myclient = new ET_Client(); $extracttype = "Data Extension Extract"; $filename = "extract_from_php.csv"; $DECustKey = "017dce26-b61f-43c2-bb15-0e46de82d177"; $ex...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
salesforce-marketingcloud/FuelSDK-PHP
https://github.com/salesforce-marketingcloud/FuelSDK-PHP/blob/8494244d071dc60cc709eedd92cbd0f3a7a7c965/objsamples/sample-sentevent.php
objsamples/sample-sentevent.php
<?php include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_SentEvent; try { $myclient = new ET_Client(); // Modify the date below to reduce the number of results returned from the request // Setting this too far in the past could result in a very large response size $retrieveDate = "2...
php
MIT
8494244d071dc60cc709eedd92cbd0f3a7a7c965
2026-01-05T05:17:42.419088Z
false
kdion4891/valiant
https://github.com/kdion4891/valiant/blob/c15e4354e88022ebb36bcba05575406e9c041b39/src/Action.php
src/Action.php
<?php namespace Kdion4891\Valiant; class Action { private $view; public function __construct($view) { $this->view = $view; } public function __get($property) { return $this->$property; } public static function make($view = '') { return new static($view); ...
php
MIT
c15e4354e88022ebb36bcba05575406e9c041b39
2026-01-05T05:17:55.748994Z
false
kdion4891/valiant
https://github.com/kdion4891/valiant/blob/c15e4354e88022ebb36bcba05575406e9c041b39/src/Helpers.php
src/Helpers.php
<?php function file_icon($mime_type) { $icons = [ 'image' => 'fa-file-image', 'audio' => 'fa-file-audio', 'video' => 'fa-file-video', 'application/pdf' => 'fa-file-pdf', 'application/msword' => 'fa-file-word', 'application/vnd.ms-word' => 'fa-file-word', 'app...
php
MIT
c15e4354e88022ebb36bcba05575406e9c041b39
2026-01-05T05:17:55.748994Z
false
kdion4891/valiant
https://github.com/kdion4891/valiant/blob/c15e4354e88022ebb36bcba05575406e9c041b39/src/Field.php
src/Field.php
<?php namespace Kdion4891\Valiant; use Illuminate\Support\Arr; use Illuminate\Support\Str; class Field { private $label; private $name; private $table = false; private $table_view; private $table_view_custom; private $table_view_custom_data = []; private $table_alias; private $table_s...
php
MIT
c15e4354e88022ebb36bcba05575406e9c041b39
2026-01-05T05:17:55.748994Z
false
kdion4891/valiant
https://github.com/kdion4891/valiant/blob/c15e4354e88022ebb36bcba05575406e9c041b39/src/ArrayField.php
src/ArrayField.php
<?php namespace Kdion4891\Valiant; use Illuminate\Support\Arr; use Illuminate\Support\Str; class ArrayField { private $label; private $name; private $input_view; private $input_view_custom; private $input_view_custom_data = []; private $input_type; private $input_rows; private $input_...
php
MIT
c15e4354e88022ebb36bcba05575406e9c041b39
2026-01-05T05:17:55.748994Z
false
kdion4891/valiant
https://github.com/kdion4891/valiant/blob/c15e4354e88022ebb36bcba05575406e9c041b39/src/Traits/Controllers/ValiantController.php
src/Traits/Controllers/ValiantController.php
<?php namespace Kdion4891\Valiant\Traits\Controllers; use App\Log; use Illuminate\Http\Request; use Illuminate\Support\Arr; use Illuminate\Support\Facades\Session; use Illuminate\Support\Facades\Storage; use Illuminate\Support\Facades\URL; use Illuminate\Support\Str; trait ValiantController { protected $model; ...
php
MIT
c15e4354e88022ebb36bcba05575406e9c041b39
2026-01-05T05:17:55.748994Z
false
kdion4891/valiant
https://github.com/kdion4891/valiant/blob/c15e4354e88022ebb36bcba05575406e9c041b39/src/Traits/Controllers/ValiantUserController.php
src/Traits/Controllers/ValiantUserController.php
<?php namespace Kdion4891\Valiant\Traits\Controllers; use App\Log; use Illuminate\Http\Request; trait ValiantUserController { use ValiantController; public function getPassword($id) { $this->model = $this->model->findOrFail($id); return view('valiant::users.password', ['model' => $this->...
php
MIT
c15e4354e88022ebb36bcba05575406e9c041b39
2026-01-05T05:17:55.748994Z
false