Skip to content

Latest commit

 

History

History
executable file
·
44 lines (30 loc) · 1.54 KB

README.md

File metadata and controls

executable file
·
44 lines (30 loc) · 1.54 KB

Ubivox Newsletter API PHP SDK (Unofficially)

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.