Download the PHP package cloudcontactai/ccai-php without Composer
On this page you can find all versions of the php package cloudcontactai/ccai-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cloudcontactai/ccai-php
More information about cloudcontactai/ccai-php
Files in cloudcontactai/ccai-php
Download cloudcontactai/ccai-php
More information about cloudcontactai/ccai-php
Files in cloudcontactai/ccai-php
Vendor cloudcontactai
Package ccai-php
Short Description PHP client for CloudContactAI API
License MIT
Package ccai-php
Short Description PHP client for CloudContactAI API
License MIT
Please rate this library. Is it a good library?
Informations about the package ccai-php
CCAI PHP Client
A PHP client for interacting with the CloudContactAI API.
Installation
Requirements
- PHP 8.1 or higher
- Composer
- GuzzleHttp 7.0+
Configuration
You can configure the client using environment variables:
Or provide them directly in your code:
Usage
Sending SMS Messages
Sending MMS Messages
Sending Email
Webhooks
Example Files
Run the example files:
Example Files
This repository includes example files for sending SMS, MMS, and Email messages:
send_sms.php
- Example of sending SMS messagessend_mms.php
- Example of sending MMS messages with an imagesend_email.php
- Example of sending email messages
Features
- Send SMS messages to single or multiple recipients
- Send MMS messages with images
- Send Email campaigns with HTML content
- Schedule emails for future delivery
- Webhook management (register, update, list, delete)
- Webhook event handling for web frameworks
- Variable substitution in messages (${firstName}, ${lastName})
- Progress tracking callbacks
- Type hints for better IDE integration
- Comprehensive error handling
- PSR-7 and PSR-18 compliant
License
MIT
All versions of ccai-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
guzzlehttp/guzzle Version ^7.7
psr/http-client Version ^1.0
psr/http-message Version ^1.0
psr/log Version ^3.0
guzzlehttp/guzzle Version ^7.7
psr/http-client Version ^1.0
psr/http-message Version ^1.0
psr/log Version ^3.0
The package cloudcontactai/ccai-php contains the following files
Loading the files please wait ....