Skip to content

PHP library to send SMS messages through SMSCountry.

Notifications You must be signed in to change notification settings

namshi/smscountry

Repository files navigation

NAMSHI | SMSCountry

Build Status

This small library provides support for sending Sms messages via SMSCountry

Installation

Installation can be done via composer, as the library is already on packagist.

The library uses semantic versioning for its API, so it is recommended to use a stable minor version (1.0, 1.1, etc.) and stick to it when declaring dependencies through composer:

"namshi/smscountry": "1.0.*",

Pick major and minor version according to your needs.

Usage

Using this library is super easy:

<?php

use Namshi\SMSCountry\Client;

$smsClient = new Client($username, $password, $senderId, $soapService);

$smsClient->sendSms($phoneNumber, $body);

About

PHP library to send SMS messages through SMSCountry.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages