https://github.com/netgloo/php-samples/blob/4f421186eedd38a0b0179659817603f324023601/php-twitter-text-formatter/TwitterTextFormatter.php#L263 This line does not support tweets fetched in extended mode. For latest PHP it can be fixed thus: $text = $tweet->text??$tweet->full_text;