ffwagency / ubivox-php
Ubivox PHP SDK (unofficially)
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-10-29 05:16:34 UTC
README
Requirements
- PHP 7.1+
- Ubivox.com account
Installation
The Ubivox PHP SDK can be installed using Composer.
Examples
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.
Composer
Inside of composer.json
specify the following:
{ "require": { "ffwagency/ubivox-php": "dev-master" } }
Copyright and license
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.