Быстрый способ опубликовать новый статус с помощью TwitterOAuth .
require "vendor/autoload.php";
use Abraham\TwitterOAuth\TwitterOAuth;
$connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $access_token, $access_token_secret);
$statues = $connection->post("statuses/update", ["status" => "hello world"]);