Download the PHP package messagemedia/signingkeys-sdk without Composer
On this page you can find all versions of the php package messagemedia/signingkeys-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download messagemedia/signingkeys-sdk
More information about messagemedia/signingkeys-sdk
Files in messagemedia/signingkeys-sdk
Package signingkeys-sdk
Short Description The MessageMedia Signature Key API provides a number of endpoints for managing key used to sign each unique request to ensure security and the requests can't (easily) be spoofed. This is similar to using HMAC in your outbound messaging (rather than HTTP Basic).
License Apache-2.0
Homepage https://github.com/messagemedia/signingkeys-php-sdk
Informations about the package signingkeys-sdk
MessageMedia Signature Key Management PHP SDK
The MessageMedia Signature Key API provides a number of endpoints for managing key used to sign each unique request to ensure security and the requests can't (easily) be spoofed. This is similar to using HMAC in your outbound messaging (rather than HTTP Basic).
Table of Contents
- Authentication
- Errors
- Information
- Slack and Mailing List
- Bug Reports
- Contributing
- Installation
- Get Started
- API Documentation
- Need help?
- License
:closed_lock_with_key: Authentication
Authentication is done via API keys. Sign up at https://developers.messagemedia.com/register/ to get your API keys.
Requests are authenticated using HTTP Basic Auth or HMAC. Provide your API key as the auth_user_name and API secret as the auth_password.
:interrobang: Errors
Our API returns standard HTTP success or error status codes. For errors, we will also include extra information about what went wrong encoded in the response as JSON. The most common status codes are listed below.
HTTP Status Codes
Code | Title | Description |
---|---|---|
201 | OK | The request was successful |
400 | Invalid Request | The request was invalid |
401 | Unauthorized | Your API credentials are invalid |
403 | Disabled feature | Feature not enabled |
404 | Not Found | The resource does not exist |
50X | Internal Server Error | An error occurred with our API |
:newspaper: Information
Slack and Mailing List
If you have any questions, comments, or concerns, please join our Slack channel: https://developers.messagemedia.com/collaborate/slack/
Alternatively you can email us at: [email protected]
Bug reports
If you discover a problem with the SDK, we would like to know about it. You can raise an issue or send an email to: [email protected]
Contributing
We welcome your thoughts on how we could best provide you with SDKs that would simplify how you consume our services in your application. You can fork and create pull requests for any features you would like to see or raise an issue
:star: Installation
Run the Composer command to install the latest stable version of the Messages SDK:
:clapper: Get Started
It's easy to get started. Simply enter the API Key and secret you obtained from the MessageMedia Developers Portal into the code snippet below.
Create a signature key
Get signature key details
You can get a key_id by looking at the id of the signature key created from the response of the above example.
Get signature keys list
Delete signature key
You can get the key_id by looking at the ids of the signature keys returned from the response of the Get signature keys list
example.
Enable a signature key
You can get the key_id by looking at the ids of the signature keys returned from the response of the Get signature keys list
example.
Get enabled signature key
Disable an enabled signature key
:closed_book: API Reference Documentation
Check out the full API documentation for more detailed information.
:confused: Need help?
Please contact developer support at [email protected] or check out the developer portal at developers.messagemedia.com
:page_with_curl: License
Apache License. See the LICENSE file.
All versions of signingkeys-sdk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
mashape/unirest-php Version ~3.0.1
apimatic/jsonmapper Version ~1.3.0