PHPackages                             justincdotme/tweetme - 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. justincdotme/tweetme

ActiveLibrary[API Development](/categories/api)

justincdotme/tweetme
====================

A simple Twitter feed package for Laravel 5.

1.0.14(9y ago)228PHP

Since Jan 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/justincdotme/tweetme)[ Packagist](https://packagist.org/packages/justincdotme/tweetme)[ RSS](/packages/justincdotme-tweetme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (12)Used By (0)

TweetMe
=======

[](#tweetme)

A simple Twitter feed package for Laravel and Lumen 5.\*. TweetMe returns a collection of slimmed down Tweets from a user's Twitter message history.

Requirements
------------

[](#requirements)

```
Laravel 5.*
Lumen 5.*

```

### Lumen 5.\* Installation

[](#lumen-5-installation)

Install the package using Composer

```
composer require justincdotme/tweetme

```

You can optionally enable Facades by uncommenting the following from bootstrap/app.php

```
$app->withFacades();

```

Register the Service Provider by adding the following to bootstrap/app.php

```
$app->register(Justincdotme\TweetMe\TweetServiceProvider::class);

```

Laravel 5.\* Installation
-------------------------

[](#laravel-5-installation)

```
composer require justincdotme/tweetme

php artisan vendor:publish

```

###### Add the TweetServiceProvider to the providers array in app/config.php

[](#add-the-tweetserviceprovider-to-the-providers-array-in-appconfigphp)

```
'providers' => [
    ...
    Justincdotme\TweetMe\TweetServiceProvider::class,
    ...
]

```

###### Add OAuth tokens and keys to .env

[](#add-oauth-tokens-and-keys-to-env)

```
OAUTH_CONSUMER_KEY=""
OAUTH_ACCESS_TOKEN=""
OAUTH_CONSUMER_SECRET=""
OAUTH_ACCESS_TOKEN_SECRET=""

```

Usage
-----

[](#usage)

```
The TweetMe class exposes one method, getTweets(), which returns a collection.
Feel free to use the Facade or inject the TweetMeInterface.
Usage Examples:

$tweetArray = TweetMe::getTweets()->toArray();

OR

$jsonResponse = TweetMe::getTweets()->toJson();

```

Todo
----

[](#todo)

- Implement the Guzzle HTTP lib
- Replace OAuth with the Guzzle OAuth implementation

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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 ~3 days

Total

10

Last Release

3374d ago

### Community

Maintainers

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

---

Top Contributors

[![justincdotme](https://avatars.githubusercontent.com/u/6857530?v=4)](https://github.com/justincdotme "justincdotme (18 commits)")

---

Tags

laravellaravel5-packagelaravelfeedSimpletwitter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/justincdotme-tweetme/health.svg)

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

###  Alternatives

[atymic/twitter

Twitter API for PHP &amp; Laravel

945555.4k2](/packages/atymic-twitter)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)[philo/laravel-twitter

A simple Laravel 4 service provider for including the TwitterOAuth library.

5019.5k](/packages/philo-laravel-twitter)[edujugon/social-auto-post

PHP and Laravel 5 Package to post on Twitter

135.9k](/packages/edujugon-social-auto-post)

PHPackages © 2026

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