native5 / native5-sdk-services-php
PHP Services SDK for invoking Native5 Hosted Services.
0.3.6
2014-01-30 09:17 UTC
Requires
- guzzle/guzzle: *
- monolog/monolog: 1.2.*
- phpunit/phpunit: 3.7.*
- twig/twig: 1.*
Requires (Dev)
- native5/native5-sdk-client-php: dev-development
- native5/native5-sdk-common-php: dev-development
This package is not auto-updated.
Last update: 2024-12-17 02:11:39 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)