$headers = stream_context_create(array(
'http' => array(
'method' => 'POST',
'header' => 'Content-Type: application/x-www-form-urlencoded' . PHP_EOL,
'content' => 'https://СМС_ПРОВАЙДЕР/http_send.php?user=ЛОГИН&pass=ПАРОЛЬ&or_id=ПОДПИСЬ&phone=ТЕЛЕФОН&message=БЛА_БЛА_БЛА
',
),
));