PHPackages                             bluzphp/module-auth-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. bluzphp/module-auth-twitter

ActiveBluz-module[Authentication &amp; Authorization](/categories/authentication)

bluzphp/module-auth-twitter
===========================

bluz twitter auth module

2.2.1(7y ago)076[1 PRs](https://github.com/bluzphp/module-auth-twitter/pulls)MITPHP

Since Nov 24Pushed 4y ago3 watchersCompare

[ Source](https://github.com/bluzphp/module-auth-twitter)[ Packagist](https://packagist.org/packages/bluzphp/module-auth-twitter)[ RSS](/packages/bluzphp-module-auth-twitter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (3)Versions (11)Used By (0)

Module auth-twitter for Bluz Skeleton
=====================================

[](#module-auth-twitter-for-bluz-skeleton)

Achievements
------------

[](#achievements)

[![PHP >= 7.1+](https://camo.githubusercontent.com/2240b3d38dc613365bdce521fdf11ca80eb9e1de29adfbc9cc07c56f95e498f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f626c757a7068702f6d6f64756c652d617574682d747769747465722e7376673f7374796c653d666c6174)](https://php.net/)

[![Latest Stable Version](https://camo.githubusercontent.com/1f681c48f9e66d12f10fc9977bf960f52b717d666fbceed9da4e65b4978d2460/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c757a7068702f6d6f64756c652d617574682d747769747465722e7376673f6c6162656c3d76657273696f6e267374796c653d666c6174)](https://packagist.org/packages/bluzphp/module-auth-twitter)

[![Build Status](https://camo.githubusercontent.com/3030b26a4fc9a2857e602ead9bb8df5c314a1b5fb80146396f14cd9269d7df4a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f626c757a7068702f6d6f64756c652d617574682d747769747465722f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/bluzphp/module-auth-twitter)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/03f54b48b0d01c80de7991afc382bb27d0ea2a845191de840d17899e887a1071/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f626c757a7068702f6d6f64756c652d617574682d747769747465722e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/bluzphp/module-auth-twitter/)

[![Total Downloads](https://camo.githubusercontent.com/e6a4dabead8b4ce4715bc5d5fff7fe809c2ce7075433d51cb938b7ce9ca7b590/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c757a7068702f6d6f64756c652d617574682d747769747465722e7376673f7374796c653d666c6174)](https://packagist.org/packages/bluzphp/module-auth-twitter)

[![License](https://camo.githubusercontent.com/ca7a2bf70d857b23bd5cfa48775784bafa3a930f37ad57423362954af7311901/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626c757a7068702f6d6f64756c652d617574682d747769747465722e7376673f7374796c653d666c6174)](https://packagist.org/packages/bluzphp/module-auth-twitter)

Usage
-----

[](#usage)

### Install module

[](#install-module)

To install the module run the command:

```
php /vendor/bin/bluzman module:install auth-twitter
```

### Configure

[](#configure)

Create an application at Applications page (), than setup *Consumer Key (API Key)* and *Consumer Secret (API Secret)*inside *Twitter* section of the `auth.php` configuration.

### Remove module

[](#remove-module)

To remove the module, run the command:

```
php /vendor/bin/bluzman module:remove auth-twitter
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

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

Recently: every ~174 days

Total

9

Last Release

2628d ago

Major Versions

1.0.2 → 2.0.02017-04-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2734017?v=4)[Bluz Framework](/maintainers/bluzphp)[@bluzphp](https://github.com/bluzphp)

---

Top Contributors

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

---

Tags

bluz-module

### Embed Badge

![Health badge](/badges/bluzphp-module-auth-twitter/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)

PHPackages © 2026

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