PHPackages                             dimaip/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. [API Development](/categories/api)
4. /
5. dimaip/twitterhelper

ActiveNeos-package[API Development](/categories/api)

dimaip/twitterhelper
====================

Eel helper to query Twitter API v1.1

v1.2(5y ago)21.2k4[1 PRs](https://github.com/dimaip/Dimaip.TwitterHelper/pulls)LGPL-3.0+PHP

Since Aug 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dimaip/Dimaip.TwitterHelper)[ Packagist](https://packagist.org/packages/dimaip/twitterhelper)[ RSS](/packages/dimaip-twitterhelper/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (2)Versions (7)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 dimaip/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:

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

```

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

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

```

To adjust the looks, alter the `Dimaip.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.

**The development of this plugin was kindly sponsored by [CODE Q](https://www.codeq.at/)**

[![Code Q](codeq.png)](codeq.png)

**[Get in touch](dimaip.github.io/hire/) with me if you need to get something nice and Neos-y developed ;)**

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~311 days

Recently: every ~389 days

Total

6

Last Release

2032d ago

Major Versions

v0.1.1 → v1.02017-08-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e7861363bc4d9a01d804fb1823366c3e59f339542e3a4ea89f7cea7b0ea91af?d=identicon)[dimaip](/maintainers/dimaip)

---

Top Contributors

[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (14 commits)")[![paavo](https://avatars.githubusercontent.com/u/1118783?v=4)](https://github.com/paavo "paavo (2 commits)")[![gjwnc](https://avatars.githubusercontent.com/u/19683930?v=4)](https://github.com/gjwnc "gjwnc (1 commits)")[![rolandschuetz](https://avatars.githubusercontent.com/u/735982?v=4)](https://github.com/rolandschuetz "rolandschuetz (1 commits)")

### Embed Badge

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

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

###  Alternatives

[neos/media

The Media package

101.2M51](/packages/neos-media)[wwwision/graphql

Base package to create GraphQL endpoints with Flow

2116.1k1](/packages/wwwision-graphql)

PHPackages © 2026

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