ZF2 module for sending SMSes with queue storage via Doctrine and zf2 console controller for processing them via adapters
{
"require": {
"andreylis/zf2-sms-adapters": "1.*"
}
}
$SMSSender->sendSMS("375297357355", "Hello, Brother", false);
$SMSSender->sendSMS("375297357355", "Hello, Brother");
php public/index.php smssender send