Search code examples
phplaravelsmpp

I am getting error when try send sms using laravel-smpp


This is error:socket_close(): Argument #1 ($socket) must be of type Socket, null given, path:/vendor/php-smpp/php-smpp/sockettransport.class.php


Solution

  • Problem was in php version, packet smpp don't work in version 8.0 i change to 7.4 and it worked