承接 nholdren/marketing-cloud-php-soap 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nholdren/marketing-cloud-php-soap

最新稳定版本:v1.1

Composer 安装命令:

composer require nholdren/marketing-cloud-php-soap

包简介

PHP library for interacting with the Salesforce Marketing Cloud SOAP API

README 文档

README

This package is an updated version of the classic PHP helper library developed for the ExactTarget SOAP API. Updates include the addition of newer objects that have since been added to the the API and the support for using an OAuth token for authentication.

Examples using the legacy library from ExactTarget can be found here: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/php_code_samples.html.

Note: Almost all the PHP examples from Salesforce have misspellings in their class names like so "Marketing Cloud_SoapClient(" with a space between "Marketing" and "Cloud".

Installation

Packagist

Add the package to your composer.json

{
    "require": {
           "nholdren/marketing-cloud-php-soap": "dev-main"
    }
}

Next run a composer update

$ php composer.phar update nholdren/marketing-cloud-php-soap

or

$ composer update nholdren/marketing-cloud-php-soap

Usage

$wsdl = 'https:/YOUR-TENANT-ID.soap.marketingcloudapis.com/etframework.wsdl';

$client = new MarketingCloudSoapClient($wsdl, array('trace'=>1));

//Set username and password if still using this auth
$client->username = 'YOUR_USERNAME';
$client->password = 'YOUR_PASSWORD';

//Or pass your auth token instead
$client->username = '*';
$client->password = '*';
$client->authtoken = 'YOUR-AUTH-TOKEN';        

统计信息

  • 总下载量: 38
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固