The Texter::send() method returns null because it's dispatching the message asynchronously. To get the SentMessage object, you either have to force synchronous behavior by removing the message bus from your DSN (bad idea) or handle the SentMessageEvent asynchronously in an event listener or subscriber.