Download the PHP package txtmsg/php-sdk without Composer

On this page you can find all versions of the php package txtmsg/php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-sdk

TXTMSG.lk PHP SDK — PHP SMS Gateway Integration for Sri Lanka

Official PHP SDK for TXTMSG.lkSri Lanka's SMS gateway API v3. Send bulk SMS, transactional SMS, campaigns, and manage contacts from any PHP 8.1+ application. Get started with free trial credits.

Features

Requirements

Installation

Install via Composer:

Quick Start

Initialize the Client

Get your API key →

Send an SMS

Check Balance

Send a Campaign to Contact Lists

API Reference

All methods return an array with the API response.

SMS Operations

Method Description
sendSMS(array $params) Send SMS via POST (single & bulk)
sendSMSViaGet(array $params) Send SMS via GET (simpler alternative)
sendCampaign(array $params) Send campaign to contact list(s)
viewSMS(string $uid) View details of a sent SMS
viewAllMessages() List all sent messages with pagination
viewCampaign(string $uid) View campaign details

Contact Groups

Method Description
viewAllContactGroups() Retrieve all contact groups
createContactGroup(array $params) Create a new contact group
viewContactGroup(string $groupId) Get group details
updateContactGroup(string $groupId, array $params) Update a group
deleteContactGroup(string $groupId) Delete a group

Contacts

Method Description
createContact(string $groupId, array $params) Add a contact to a group
viewContact(string $groupId, string $uid) View contact details
updateContact(string $groupId, string $uid, array $params) Update a contact
deleteContact(string $groupId, string $uid) Delete a contact
viewAllContactsInGroup(string $groupId) List contacts in a group

Account

Method Description
viewBalance() Check remaining SMS units
viewProfile() View account profile

SMS Parameters

Parameter Required Description
recipient Yes Phone number(s). Use comma for multiple
sender_id Yes Sender ID (max 11 characters)
type Yes Message type (plain)
message Yes SMS message body
schedule_time No Schedule delivery (Y-m-d H:i)
dlt_template_id No DLT template ID

About TXTMSG.lk

TXTMSG.lk is a Sri Lankan SMS gateway provider offering reliable bulk SMS services, transactional SMS APIs, and messaging solutions for businesses. The API v3 provides RESTful endpoints for SMS delivery, contact management, and campaign automation with worldwide coverage.

Links

Support

License

MIT — see the LICENSE file.

Changelog

v2.0.0


All versions of php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.0
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package txtmsg/php-sdk contains the following files

Loading the files please wait ...