Skip to content

michalpospiech/nette-smsmanager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

nette-smsmanager

SMSManager API for Nette

Using

$this->sms->setRecipientNumber('732123456');

$this->sms->setCustomId(28);

$this->sms->setMessage('Lorem ipsum');

$this->sms->setType(\SMSManager\SMS::REQUEST_TYPE_LOW);

$this->sms->createRequest();

$this->sms->send();

Types SMS

REQUEST_TYPE_LOW: Lowcost SMS

REQUEST_TYPE_HIGH: High Quality SMS

REQUEST_TYPE_DIRECT: Direct SMS

About

SMSManager API for Nette

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages