TwitterTools is an Open Source PHP Lib created to help developers build Twitter applications easily.
From simple robot-like apps (like Zoltar’s Oracle example app) to complex monitoring and statistics tools (like TweetAuditor), TwitterTools does the job.
[tabs slidertype="top tabs"] [tabcontainer] [tabtext]Overview[/tabtext] [tabtext]Download[/tabtext] [tabtext]Documentation[/tabtext] [tabtext]Tutorials[/tabtext] [tabtext]Samples[/tabtext] [/tabcontainer] [tabcontent]
[tab]
TwitterTools open source php lib was designed to make life easier for developers. With a few lines of code you are able to authenticate a user through Twitter and do your app business. You don’t have to worry about Twitter authentication flow and OAuth calls.
With Twittertools, you can:
- Auth a Twitter user and get his access tokens
- Post to Twitter, shorten urls and post images to TwitPic
- Search on Twitter
- Get the Trending Topics
- Get TimeLine, Mentions, DM’s, followers, friends, retweets and favs from the authenticated user
- Follow, Unfollow, check if a user follows another user
- Make any api request through a generic method
Pre Requisites
- Online php web server (you can’t test applications on localhost)
- curl module enabled on web server
- allow_url_fopen enabled on your php.ini settings
[/tab]
[tab]
GitHub repository: https://github.com/erikaheidi/Twittertools
[button link="https://github.com/erikaheidi/Twittertools/zipball/master" type="big"] Direct Download (zip)[/button]
[/tab]
[tab]
[/tab]
[tab]
- Hello Twitter – step by step guid on building your first twittertools application
- Simple Multi-user demo – how to make a multi-user application with twitter authentication
[/tab]
[tab]
[/tab][/tabcontent] [/tabs]
