This repository was archived by the owner on Mar 15, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
abraham/php-twitter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A minimalist PHP Twitter API. Inspired by Mike Verdone's <http://mike.verdone.ca> Python Twitter Tools Usage: $twitter = new Twitter('username', 'password'); // Get the public timeline. $tweets = $twitter->statuses->public_timeline(); // Get page two of the user's followers. $entries = $twitter->statuses->followers(array('page' => 2)); // Send a direct message. $twitter->direct_messages->new(array('user' => 12345, 'text' => 'foo'));
About
A minimalist PHP Twitter API.
Resources
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Packages 0
No packages published