vip9008/yii2-twitteroauth

Abraham Twitter OAuth library converted as a yii2 extension

Maintainers

Package info

github.com/vip9008/yii2-twitteroauth

Issues

Type:yii2-extension

pkg:composer/vip9008/yii2-twitteroauth

Statistics

Installs: 531

Dependents: 0

Suggesters: 0

Stars: 0

v0.6.2.1 2016-01-28 09:48 UTC

This package is auto-updated.

Last update: 2026-03-17 12:43:06 UTC


README

TwitterOAuth Extension for yii2 framework based on Abraham TwitterOAuth

Installation Yii2-twitteroauth can be installed using composer. Run following command to download and install Yii2-twitteroauth:

composer require "vip9008/yii2-twitteroauth:~0.6.2"

Basic usage When connection to twitter's api needed anywhere in your yii2 project just add the following line to use twitteroauth class:

use vip9008\twitteroauth\TwitterOAuth;

How to use class methods? For detailed usage documentation, please visit Abraham's website: https://twitteroauth.com