承接 dotdigital/dotdigital-php 相关项目开发

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

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

dotdigital/dotdigital-php

最新稳定版本:2.7.0

Composer 安装命令:

composer require dotdigital/dotdigital-php

包简介

Dotdigital PHP Library

README 文档

README

A PHP wrapper for the Dotdigital API.

Requirements

Setup

  1. Require this package:
composer require dotdigital/dotdigital-php
  1. Require an HTTP factory implementation from this list, for example:
composer require guzzlehttp/psr7
  1. Require an HTTP client package of your choice from this list, for example:
composer require php-http/curl-client

Example usage

# app/index.php
require_once __DIR__ . '/vendor/autoload.php';

$dotdigital = new \Dotdigital\V2\Client();
$dotdigital::setApiUser('apiuser-123@apiconnector.com');
$dotdigital::setApiPassword('');
$dotdigital::setApiEndpoint('https://r1-api.dotdigital.com');

$accountInfo = $dotdigital->accountInfo->show();

API versions

Dotdigital began releasing endpoints for a new v3 API in May 2023. Initially these endpoints are in public preview, and only available to merchants with certain Dotdigital account configurations.

As of version 2.0.0, this SDK wraps both the v2 and the v3 APIs. It will be updated to wrap new v3 endpoints as they become required by our integrations.

V2

$dotdigital = new \Dotdigital\V2\Client();

V3

$dotdigital = new \Dotdigital\V3\Client();

统计信息

  • 总下载量: 389.89k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 5
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固