Download the PHP package telstra/messagingapi-sdk-php without Composer
On this page you can find all versions of the php package telstra/messagingapi-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package messagingapi-sdk-php
Messaging SDK
- API version: 2.2.9
- Package version: 1.0.6
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://tapi.telstra.com/v2
Class | Method | HTTP request | Description |
---|---|---|---|
AuthenticationApi | authToken | POST /oauth/token | Generate OAuth2 token |
MessagingApi | getMMSStatus | GET /messages/mms/{messageid}/status | Get MMS Status |
MessagingApi | getSMSStatus | GET /messages/sms/{messageId}/status | Get SMS Status |
MessagingApi | retrieveMMSResponses | GET /messages/mms | Retrieve MMS Responses |
MessagingApi | retrieveSMSResponses | GET /messages/sms | Retrieve SMS Responses |
MessagingApi | sendMMS | POST /messages/mms | Send MMS |
MessagingApi | sendSMS | POST /messages/sms | Send SMS |
ProvisioningApi | createSubscription | POST /messages/provisioning/subscriptions | Create Subscription |
ProvisioningApi | deleteSubscription | DELETE /messages/provisioning/subscriptions | Delete Subscription |
ProvisioningApi | getSubscription | GET /messages/provisioning/subscriptions | Get Subscription |
Documentation For Models
- DeleteNumberRequest
- GetSubscriptionResponse
- InboundPollResponse
- MMSContent
- Message
- MessageSentResponse
- OAuthResponse
- OutboundPollResponse
- ProvisionNumberRequest
- ProvisionNumberResponse
- SendMmsRequest
- SendSMSRequest
- Status
Documentation For Authorisation
auth
- Type: OAuth
- Flow: application
- Authorisation URL:
- Scopes:
- NSMS: NSMS
Author
All versions of messagingapi-sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
The package telstra/messagingapi-sdk-php contains the following files
Loading the files please wait ....