- PHP 7.1+
- Ubivox.com account
The Ubivox PHP SDK can be installed using Composer.
Examples are available in /examples.
- Copy default.settings.php to settings.php
- Edit settings.php and fill in your Ubivox company machine name, user name and password.
- Some of the examples require editing of ids e.g. maillist id, delivery id etc.
Inside of composer.json
specify the following:
{
"require": {
"ffwagency/ubivox-php": "dev-master"
}
}
Copyright (c) 2018-present, Jens Beltofte jens.beltofte@ffwagency.com (ffwagency.com)
Licensed under the Software License Agreement (BSD License).
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.