twisted1919/mailwizz-php-sdk
最新稳定版本:v1.0.11
Composer 安装命令:
composer require twisted1919/mailwizz-php-sdk
包简介
Mailwizz PHP-SDK
关键字:
README 文档
README
This repository contains the PHP SDK for MailWizz EMA.
You'll find proper example on how to manage lists, subscribers, campaigns, templates and more.
The documentation website at https://api-docs.mailwizz.com/ showcases all the API endpoints.
You can find them in the examples folder as well.
Implementations using MailWizz PHP SDK:
- https://github.com/thangtx/mailwizzphpapi-wrap - A small rest app that acts as a proxy between mailwizz and any other software.
Looking for Node.js implementations instead?
Install
You can either download latest version of the code or you can install it via composer as follows:
composer require twisted1919/mailwizz-php-sdk
Then follow the instructions from examples/setup.php file.
Test
Following environment variables have to be set, with their proper values:
MAILWIZZ_API_URL
MAILWIZZ_API_PUBLIC_KEY
MAILWIZZ_API_PRIVATE_KEY
Then you can run the tests:
$ composer test
统计信息
- 总下载量: 109.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 80
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-06