PHPackages                             fabiancernota/twitterhelper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fabiancernota/twitterhelper

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

fabiancernota/twitterhelper
===========================

Display tweets in neos

v1.0.1(8y ago)05LGPL-3.0+PHP

Since Aug 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/FabianCernota/TwitterHelper)[ Packagist](https://packagist.org/packages/fabiancernota/twitterhelper)[ RSS](/packages/fabiancernota-twitterhelper/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

NeosCMS EEL Helper to access Twitter API
========================================

[](#neoscms-eel-helper-to-access-twitter-api)

TL;DR
-----

[](#tldr)

1. Install the package: `composer require fabiancernota/twitterhelper:dev-master`
2. Go to  and create a new app with read-only permissions.
3. Go to "Keys and Access Tokens" tab and copy the access tokens to your `Settings.yaml` file in the following way:

```
FabianCernota:
  TwitterHelper:
    oauthAccessToken: XXX
    oauthAccessTokenSecret: XXX
    consumerKey: XXX
    consumerSecret: XXX

```

That's all! Now you can use the ready-made `FabianCernota.TwitterHelper:Timeline` TS object, e.g.:

```
root = FabianCernota.TwitterHelper:Timeline {
	user = 'neoscms'
	count = 100
}

```

To adjust the looks, alter the `FabianCernota.TwitterHelper:Tweet` TS object. It has `tweet` context variable with all of the fields described here:

Or you can use the EEL helper directly to make any kind of GET request to the Twitter API, e.g.: `${Twitter.getRequest('statuses/user_timeline', 'screen_name=neoscms&count=10')}`

The EEL helper takes two arguments: Twitter API GET endpoint name and GET arguments for that endpoint.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~134 days

Total

4

Last Release

3139d ago

Major Versions

v0.1.1 → v1.02017-08-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b670b4fc9d41a177fad4d01efcc4e77092842f8a409b37f1c00705010daa8b6?d=identicon)[FabianCernota](/maintainers/FabianCernota)

---

Top Contributors

[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (14 commits)")[![FabianCernota](https://avatars.githubusercontent.com/u/9626021?v=4)](https://github.com/FabianCernota "FabianCernota (1 commits)")[![rolandschuetz](https://avatars.githubusercontent.com/u/735982?v=4)](https://github.com/rolandschuetz "rolandschuetz (1 commits)")

### Embed Badge

![Health badge](/badges/fabiancernota-twitterhelper/health.svg)

```
[![Health](https://phpackages.com/badges/fabiancernota-twitterhelper/health.svg)](https://phpackages.com/packages/fabiancernota-twitterhelper)
```

###  Alternatives

[kaystrobach/development-tools

111.9k](/packages/kaystrobach-development-tools)

PHPackages © 2026

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