PHPackages                             awea/twitter-feed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. awea/twitter-feed

ActiveLibrary[HTTP &amp; Networking](/categories/http)

awea/twitter-feed
=================

A simple wrapper to get Twitter user timeline with cached results.

1.0.1(7y ago)25PHPPHP &gt;=5.3

Since Jan 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Awea/twitter-feed)[ Packagist](https://packagist.org/packages/awea/twitter-feed)[ RSS](/packages/awea-twitter-feed/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

TwitterFeed
===========

[](#twitterfeed)

A simple wrapper to get Twitter user timeline with cached results.

Installation
------------

[](#installation)

`composer require awea/twitter-feed`

Usage
-----

[](#usage)

```
use \Awea\TwitterFeed\TwitterFeed;

// key, secret and tokens accessible on https://apps.twitter.com/
$twitter_feed = new TwitterFeed([
  'screen_name'         => 'user name',
  'consumer_key'        => 'consumer_key',
  'consumer_secret'     => 'consumer_secret',
  'access_token'        => 'access_token',
  'access_token_secret' => 'access_token_secret'
]);

$tweets = $twitter_feed->getUserTL();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~563 days

Total

2

Last Release

2829d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4a6d761b98bdb82fe2c32484b65091bc763348c02776997db445218aef433bb?d=identicon)[Awea](/maintainers/Awea)

---

Top Contributors

[![Awea](https://avatars.githubusercontent.com/u/630023?v=4)](https://github.com/Awea "Awea (6 commits)")

---

Tags

twitter-apiwrapperfeedtwitter

### Embed Badge

![Health badge](/badges/awea-twitter-feed/health.svg)

```
[![Health](https://phpackages.com/badges/awea-twitter-feed/health.svg)](https://phpackages.com/packages/awea-twitter-feed)
```

###  Alternatives

[abraham/twitteroauth

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

4.3k15.9M128](/packages/abraham-twitteroauth)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
