Skip to content

Instantly share code, notes, and snippets.

@gimesi
gimesi / twitter-followers-count
Last active January 16, 2016 12:56
Show the number of followers of a Twitter account.
<?php
/*
* Requires the "Twitter API" wrapper by James Mallison
* to be found at https://github.com/J7mbo/twitter-api-php
*
* The way how to get a follower count was posted by Amal Murali
* on http://stackoverflow.com/questions/17409227/follower-count-number-in-twitter
*/