abraham/twitteroauth

The most popular PHP library for use with the Twitter OAuth REST API.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Type:Library / SDKCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on February 14th, 2009
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Enabled
Number of forks: 1,672
Total Stargazers: 4,300 (+0)
Total Subscribers: 167 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 29.0 hours
Mean response time: 62.7 days
90th percentile: 266.6 days
Tracked items: 12

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 561 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Triage (7)
  • Bug (5)
  • API support (1)
  • Available (1)
  • Misc (1)
  • Waiting on (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TwitterOAuth is a PHP library for authenticating with and making requests to the Twitter OAuth REST API.

The library handles the OAuth authentication flow required by Twitter's API, allowing PHP applications to obtain access tokens and make authenticated requests on behalf of users or applications. It abstracts away the complexity of OAuth signature generation and request signing, providing a straightforward interface for developers to interact with Twitter's endpoints.

TwitterOAuth suits PHP projects that need to integrate with Twitter's API, whether for reading tweets, posting content, or accessing user data. The library is particularly useful for applications built in PHP where native OAuth support is not available, eliminating the need to implement the authentication protocol from scratch. Developers working with legacy PHP codebases or projects where adding external dependencies is constrained will find this library valuable as a self-contained solution.

The project maintains steady engagement with regular updates and responsiveness to issues and pull requests. Development activity shows consistent attention to bug fixes and compatibility improvements across PHP versions. The maintainers actively review contributions and keep the library aligned with Twitter's API changes and PHP ecosystem standards.