PHPackages                             madurmanov/yii2-twitter-api-driver - 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. madurmanov/yii2-twitter-api-driver

ActiveYii2-extension

madurmanov/yii2-twitter-api-driver
==================================

Module that enables send request to twitter api for Yii Framework 2.0.

042PHP

Since Nov 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/madurmanov/yii2-twitter-api-driver)[ Packagist](https://packagist.org/packages/madurmanov/yii2-twitter-api-driver)[ RSS](/packages/madurmanov-yii2-twitter-api-driver/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-twitter-api-driver
=======================

[](#yii2-twitter-api-driver)

Module that enables send request to twitter api for Yii Framework 2.0.

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

[](#installation)

```
composer require madurmanov/yii2-twitter-api-driver "@dev"

```

AccessToken
-----------

[](#accesstoken)

- Create app
- Set access level to 'Read and write'
- Go to 'Keys and Access Tokens' tab and generate Access Token
- Use generated access token and consumer information for configurate

Configuration
-------------

[](#configuration)

```
'modules' => [
  'TwitterApiDriver' => [
    'class' => 'madurmanov\TwitterApiDriver\Module',
    'consumerKey' => '',
    'consumerSecret' => '',
    'accessToken' => '',
    'accessTokenSecret' => ''
  ]
]

```

Usage
-----

[](#usage)

```
$TwitterApiDriver = Yii::$app->getModule('TwitterApiDriver');
$TwitterApiDriver->request('statuses/update', [
  'status' => ''
]);

```

License
-------

[](#license)

**yii2-twitter-api-driver** is released under the MIT License. See the bundled `LICENSE.md` for details.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![madurmanov](https://avatars.githubusercontent.com/u/17051079?v=4)](https://github.com/madurmanov "madurmanov (5 commits)")

### Embed Badge

![Health badge](/badges/madurmanov-yii2-twitter-api-driver/health.svg)

```
[![Health](https://phpackages.com/badges/madurmanov-yii2-twitter-api-driver/health.svg)](https://phpackages.com/packages/madurmanov-yii2-twitter-api-driver)
```

PHPackages © 2026

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