php-smpp
php-smpp copied to clipboard
PHP SMPP (v 3.4) client
Context `try { SmppClient::$smsNullTerminateOctetstrings = false; Socket::$forceIpv4 = true; $transport = new Socket([$server->api_link], $server->port); $transport->setRecvTimeout(30000); $smppClient = new SmppClient($transport); $transport->open(); $smppClient->bindReceiver($server->username, $server->password); $isenquirelink = $smppClient->readSMS(); if (!$isenquirelink ?? false) {...
Hi Alex. Thank you for php-smpp, I would like to send multiple SMS but can only send one. How do I do this? Your help would be much appreciated. Many...
Hi Alex. Thank you for php-smpp, I would like to send bulck SMS (to many number). How do I do this? Your help would be much appreciated. Many Thanks
Please try to update the SMPP implementation and hopefully these issues will be fixed, I have tried several smpp connections and each is not working perfectly...Delivered messages have errors. some...
Hi Alexandr, i send test message, but i get an error Attempt to read property "body" on bool at vendor/alexandr-mironov/php-smpp/src/Client.php:511 507▕ } 508▕ } 509▕ 510▕ $response = $this->sendCommand(SMPP::SUBMIT_SM, $pdu);...