ffwagency/ubivox-php

Ubivox PHP SDK(非官方)

dev-develop 2018-11-01 10:52 UTC

This package is auto-updated.

Last update: 2024-08-29 04:42:44 UTC


README

Build Status Latest Stable Version Total Downloads Code Climate License

要求

  • PHP 7.1+
  • Ubivox.com 账户

安装

可以使用 Composer 安装 Ubivox PHP SDK。

示例

示例位于 /examples 文件夹中。

  • 将 default.settings.php 复制到 settings.php
  • 编辑 settings.php 并填写您的 Ubivox 公司机器名称、用户名和密码。
  • 一些示例可能需要编辑 ID,例如邮件列表 ID、投递 ID 等。

Composer

composer.json 文件中指定以下内容:

{
  "require": {
    "ffwagency/ubivox-php": "dev-master"
  }
}

版权和许可

版权 (c) 2018-present, Jens Beltofte jens.beltofte@ffwagency.com (ffwagency.com)

在软件许可协议(BSD 许可证)下许可。

有关完整的版权和许可信息,请参阅与源代码一起分发的 LICENSE 文件。