Well I spent a few hours condensing the PHP code that I developed for BrownPHP into a Twitter class that can be downloaded. You can get it PHP class in my code repository.
Take a look at the class and let me know if there are any methods that you would like to have added to the class. Currently there are two main methods.
- sendTweet – This method is a popular one that is seems like everyone want to use. It’s a simple method that can be called to tweet something to your Twitter account. This method is very simple and shouldn’t be complicated at all to implement into your own code at all.
- getTagCloud – This is another easily implemented method. By providing any Twitter username, this method will generate a Twitter Tag Cloud. If you have never used a Twitter Tag Cloud, it basically can provide a bird’s eye view of the topics that a Twitter user tweets out more regularly.
I won’t get into how integrating your own sites and projects into Twitter can make them more social and viral inducing, but I will say that if you aren’t using Twitter right now you are losing out on a great way to help your brand.
There are so many insightful people on Twitter (granted a lot of trolls too unfortunately) and a lot of great ideas that can culminate by socializing with this community. I myself am going through a re-branding phase. Instead of using my dlbrown06 Twitter account, I will be using the BrownPHP Twitter account to be tweeting about BrownPHP and other PHP interests.
If you are involved in the PHP community, wanting to learn PHP, or are a PHP guru yourself follow BrownPHP. I’ll be sure to follow you as well to continue discussing PHP projects and development.

Recent Comments