Download the PHP package saralsms/sdk-for-php without Composer
On this page you can find all versions of the php package saralsms/sdk-for-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download saralsms/sdk-for-php
More information about saralsms/sdk-for-php
Files in saralsms/sdk-for-php
Package sdk-for-php
Short Description SaralSMS SDK for the PHP programming language.
License MIT
Homepage https://saralsms.com
Informations about the package sdk-for-php
SaralSMS SDK for PHP
The SaralSMS SDK for PHP makes it easy for developers to access SaralSMS API service in their PHP code, and build robust SMS based applications and software.
Getting Started
- Sign up for SaralSMS – Before you begin, you need to sign up for an SaralSMS account and retrieve your Credentials.
- Minimum requirements – To run the SDK, your system will need to meet the minimum requirements, including having PHP >= 7.2. We highly recommend having it compiled with the cURL extension and cURL compiled with a TLS backend (e.g., NSS or OpenSSL).
Installation
Install the SDK – Using Composer is the recommended way to install the SaralSMS SDK for PHP. The SDK is available via Packagist under the saralsms/sdk-for-php
package.
Getting Help
We use the GitHub issues for tracking bugs and feature requests and address them as quickly as possible.
- Call/Email SaralSMS Support or open ticket in your dashboard.
- If it turns out that you may have found a bug, please open an issue.
Quick Examples
Create a SaralSMS client
Send Message
This will send the message to one or multiple numbers in an array.
Sample Response
Credits
This will return the available credits and total messages sent.
Sample Response
Reports
This will return historical messages reports including networks, charges and status.
Sample Response
All versions of sdk-for-php with dependencies
ext-curl Version *
ext-json Version *
ext-openssl Version *
guzzlehttp/guzzle Version ^7.0