PHP Simple Tweet

SimpleTweet is a class to load recent tweets for a particular twitter user.

It uses the search API (which requires no authentication) to load the tweets and store them in a simple local filesystem cache file.

Note: This functionality has since been removed from the twitter API – this code now needs to be updated to support Oauth in order to be compatible with the twitter API version 1.1.

Links: