ffwagency / ubivox-php
Ubivox PHP SDK(非官方版本)
dev-develop
2018-11-01 10:52 UTC
Requires
- php: >=7.1.0
- zendframework/zend-xmlrpc: ^2.7
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is auto-updated.
Last update: 2024-08-29 04:42:44 UTC
README
要求
- 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-至今,Jens Beltofte jens.beltofte@ffwagency.com (ffwagency.com)
许可协议:软件许可协议(BSD 许可证)。
有关完整的版权和许可信息,请查看与源代码一起分发的 LICENSE 文件。