composer require abraham/twitteroauth
setApiVersion('2');

$status_payload = [
	'text' => 'Hello World ' . time(),
];

$response = $connection->post('tweets', $status_payload, true);