ffwagency/ubivox-php

Ubivox PHP SDK (unofficially)

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

This package is auto-updated.

Last update: 2024-04-29 03:44:57 UTC


README

Build Status Latest Stable Version Total Downloads Code Climate License

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.