Download the PHP package cmdotcom/text-sdk-php without Composer
On this page you can find all versions of the php package cmdotcom/text-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package text-sdk-php
CM Text SDK
A software development kit to provide ways to interact with CM.com's Text service. API used:
Requirements
- php 7.* or 8.0 or 8.1 or 8.2 or 8.3
Usage
Instantiate the client
Using your unique ApiKey
(or product token) which authorizes you on the CM platform. Always keep this key secret!
The product token can be found in the Channels application on the platform, under the Gateway
section.
Send a message
By calling SendMessage
and providing message text, sender name, recipient phone number(s) and a reference (optional).
Get the result
SendMessage
and send
return an object of type TextClientResult
, example:
Status codes
For all possibly returned status codes, please reference the TextClientStatusCodes
class.
Sending a rich message
By using the Message
class it is possible to create messages with media for channels such as WhatsApp and RCS
Sending a WhatsApp template message
By using the Message
class it is possible to create template messages. Please note that this is WhatsApp only and your template needs to be approved before sending.
For more info please check our documentation: https://www.cm.com/en-en/app/docs/api/business-messaging-api/1.0/index#whatsapp-template-message
Sending a rich WhatsApp template message
It is also possible to send a rich template with an image!
Sending an Apple Pay Request
It is now possible to send an apple pay request only possible in Apple Business Chat
Sending WhatsApp interactive messages
It is now possible to send list messages and reply buttons without using templates only supported in WhatsApp
Only with Reply buttons you can send media like image,video or document see following example.
All versions of text-sdk-php with dependencies
ext-json Version *
php Version ^7.0||^8.0