Skip to content

codeChap/SmsPortal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qiick and dirty way to send an SMS

Installation

Install via Composer:

composer require codechap/sms-portal:"dev-master"

You might want to install the giggsey/libphonenumber-for-php package for phone number formatting and validation:

composer require giggsey/libphonenumber-for-php:"^8.13"

Usage

use Codechap\SmsPortal\Sms;

$sms = new Sms();
$sms->set('clientId', 'your_client_id');
$sms->set('clientSecret', 'your_client_secret');
$sms->send('1234567890', 'Hello, World!');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages