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

ActiveLaravel[API Development](/categories/api)

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 2w ago

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 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

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

2889d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M127](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M61](/packages/knuckleswtf-scribe)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

73287.1k1](/packages/mozex-anthropic-laravel)[justbetter/laravel-magento-client

A client to interact with Magento

49108.7k14](/packages/justbetter-laravel-magento-client)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.5k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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