PHPackages                             wobeto/twitter - 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. wobeto/twitter

ActiveLibrary

wobeto/twitter
==============

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.

0.6.1(11y ago)11351MITPHPPHP &gt;=5.3.0

Since Aug 19Pushed 11y ago3 watchersCompare

[ Source](https://github.com/fernandowobeto/laravel-twitter)[ Packagist](https://packagist.org/packages/wobeto/twitter)[ Docs](https://github.com/fernandowobeto/laravel-twitter)[ RSS](/packages/wobeto-twitter/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

laravel-twitter
===============

[](#laravel-twitter)

Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by user, post Tweets, delete and get user profile.

[![Latest Stable Version](https://camo.githubusercontent.com/23e06a5c5f308845d974eacbf5d73f93995f409740b401bcbf84d86cde3b9c32/68747470733a2f2f706f7365722e707567782e6f72672f776f6265746f2f747769747465722f762f737461626c652e737667)](https://packagist.org/packages/wobeto/twitter) [![Total Downloads](https://camo.githubusercontent.com/ffc84012f72281e3c823d7ebf580b15d2d8750d77782948e08bf7c28ef8aa6e4/68747470733a2f2f706f7365722e707567782e6f72672f776f6265746f2f747769747465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/wobeto/twitter) [![Latest Unstable Version](https://camo.githubusercontent.com/75f084fb89905029adb0f0f0dfc2b6cdf22d4a479b918da7f4cdf9b9c70d8ab8/68747470733a2f2f706f7365722e707567782e6f72672f776f6265746f2f747769747465722f762f756e737461626c652e737667)](https://packagist.org/packages/wobeto/twitter) [![License](https://camo.githubusercontent.com/b1ae6e40d6d685a7ba3dcbf6f57134fbe26ea7ced19d5fc5fdf67cba861f5c4c/68747470733a2f2f706f7365722e707567782e6f72672f776f6265746f2f747769747465722f6c6963656e73652e737667)](https://packagist.org/packages/wobeto/twitter) [![Code Climate](https://camo.githubusercontent.com/83e6534d4a106821ea96835f8ef7e7265ca20c84596a2b54d7a5bade9d50e45a/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6665726e616e646f776f6265746f2f6c61726176656c2d747769747465722f6261646765732f6770612e737667)](https://codeclimate.com/github/fernandowobeto/laravel-twitter)

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

[](#installation)

Add wobeto/twitter to your composer.json file:

```
"require": {
  "wobeto/twitter": "0.5.0"
}

```

Use composer to install this package.

```
$ composer update

```

### Registering the Package

[](#registering-the-package)

Register the service provider within the `providers` array found in `app/config/app.php`:

```
'providers' => array(
	// ...

	'Wobeto\Twitter\TwitterServiceProvider'
)
```

Add an alias within the `aliases` array found in `app/config/app.php`:

```
'aliases' => array(
	// ...

	'Twitter' => 'Wobeto\Twitter\Facade\Twitter',
)
```

Copy Config/twitter.php file to app/config/ and enter your data configurations

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

4260d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43f3e92e181c543219479dbeb200af99bad5158495857586cc1337ff07f1788c?d=identicon)[fernandowobeto](/maintainers/fernandowobeto)

---

Top Contributors

[![fernandowobeto](https://avatars.githubusercontent.com/u/686603?v=4)](https://github.com/fernandowobeto "fernandowobeto (27 commits)")

---

Tags

laravelprovidertwitter

### Embed Badge

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

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

###  Alternatives

[socialiteproviders/twitter

Twitter OAuth1 Provider for Laravel Socialite

251.3M7](/packages/socialiteproviders-twitter)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4413.3k](/packages/illuminatech-data-provider)[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)
