Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

abraham/php-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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

No packages published