I would like an API in php for the direct link to download videos from social network VK.
Example:
#VK video link
$source = '';
API CODE
#Through the source, generate direct link to all available video qualities
$720p = '';
$480p = ';
It is possible in php?