PHPackages                             takielias/tp - 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. takielias/tp

ActiveLaravel

takielias/tp
============

Twitter API Controller

1.0.5(7y ago)016MITPHP

Since Jul 28Pushed 7y agoCompare

[ Source](https://github.com/takielias/tp)[ Packagist](https://packagist.org/packages/takielias/tp)[ RSS](/packages/takielias-tp/feed)WikiDiscussions master Synced today

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

Welcome to the tp wiki!

Twitter Official Api For Laravel 5.0+ or Upper version. Credit Goes to [Twitter PHP](https://github.com/dg/twitter-php)

Installation
============

[](#installation)

`composer require takielias/tp`

If you are using Laravel 5.4+, [Laravel Package Auto-Discovery](https://laravel-news.com/package-auto-discovery) Feature is availabe. No need additional settings.

If you are using laravel 5.4 or Lower, Follow the steps below to make it Working.

Add providers in Config/App.php
===============================

[](#add-providers-in-configappphp)

`    takielias\tp\TpServiceProvider::class,`

Add aliases in Config/App.php
=============================

[](#add-aliases-in-configappphp)

`    'Tp' => takielias\tp\Facades\Tp::class,`

Now you can use it as

You can get your Twitter App credential From [Twitter Apps](https://apps.twitter.com/)

$Twitter = new takielias\\tp\\Tp($consumerKey, $consumerSecret, $accessToken = null, $accessTokenSecret = null); $Twitter-&gt;send('Testing TP For laravel');

---

Twitter API Task Documentation [Twitter PHP](https://github.com/dg/twitter-php)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

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

Total

6

Last Release

2840d ago

### Community

Maintainers

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

---

Top Contributors

[![takielias](https://avatars.githubusercontent.com/u/38932580?v=4)](https://github.com/takielias "takielias (12 commits)")

### Embed Badge

![Health badge](/badges/takielias-tp/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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