Skip to content

Instantly share code, notes, and snippets.

@zerobugs-oficial
Created June 18, 2020 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerobugs-oficial/8a4ab669b8ee88073cfc7b0d7678bec3 to your computer and use it in GitHub Desktop.
Save zerobugs-oficial/8a4ab669b8ee88073cfc7b0d7678bec3 to your computer and use it in GitHub Desktop.
Pegando informações sobre um canal no Youtube com PHP - 2
echo get_youtube_channel_stat(); // retorna a quantidade de views totais do canal
echo get_youtube_channel_stat('subscriberCount'); // retorna a quantidade de inscritos no canal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment