native5/native5-sdk-services-php

PHP Services SDK for invoking Native5 Hosted Services.

0.3.6 2014-01-30 09:17 UTC

This package is not auto-updated.

Last update: 2024-03-25 22:46:20 UTC


README

Hmac Authentication is used to authenticate against the Hosted API server and invoke the remote services. Each application needs to provide its own key & secret which are to be provided as part of the application configuration. This key & secret is used to create a digest which is necessary for Hmac Authentication.

Available API's include :

  • Identity Management
  • Unified Messaging
  • Reports
  • Schemes
  • Jobs

Running

Pre-requisites :

  • Apache2
  • PHP 5.3+
  • Pear (optional)