yousaf-saqib/cc-php-sdk
Composer 安装命令:
composer require yousaf-saqib/cc-php-sdk
包简介
Constant Contact PHP SDK for v2
README 文档
README
This library utilizes GuzzlePHP
Installing via Composer (recommended)
Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the Constant Contact PHP SDK through composer, you must add "yousaf-saqib/cc-php-sdk" as a dependency in your project's composer.json file which is a fork of "constantcontact/constantcontact".
{ "require": { "yousaf-saqib/cc-php-sdk": "1.0.*" } }
Manual Installation
If you are unable to install using composer, we have provided a zip file that includes a version of the dependencies at the time of our release, as well as our library. Unzip the vendor file in the standalone directory, and require the autoload.php file to use our methods.
Documentation
The source documentation is hosted at http://constantcontact.github.io/php-sdk
API Documentation is located at http://developer.constantcontact.com/docs/developer-guides/api-documentation-index.html
Usage
The ConstantContact class contains the underlying services that hold the methods that use the API.
use YousafSaqib\ConstantContact\ConstantContact; $cc = new ConstantContact('your api key'); $contacts = $cc->contactService->getContacts('your access token')
Many methods will take an array of parameters for use in the calls. Available params are documented in the PHPDoc of the method.
$params = array("limit" => 500); $contacts = $cc->contactService->getContacts('your access token', $params);
Minimum Requirements
Use of this library requires PHP 7.2+, and PHP cURL extension (http://php.net/manual/en/book.curl.php)
If you are being required to use an older version of PHP, it is highly recommended that you update to at least 7.2 .
Changes from Orignal Client
- New attribute added in connstant contant campaign tracking activity which contains clicked uri information
yousaf-saqib/cc-php-sdk 适用场景与选型建议
yousaf-saqib/cc-php-sdk 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 09 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「constantcontact」 「ctct」 「email marketing」 「constant contact」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 yousaf-saqib/cc-php-sdk 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 yousaf-saqib/cc-php-sdk 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 yousaf-saqib/cc-php-sdk 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Constant Contact PHP SDK for v2
ConstantContact OAuth2 Provider for Laravel Socialite
Constant Contact PHP SDK for v2
Extensible library for building notifications and sending them via different delivery channels.
Email+ extends Kirby's email capabilities by adding support for multiple email services using the same Kirby email API.
Laravel contact us form package to send email and save to database
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-11