vip9008 / yii2-twitteroauth
Abraham Twitter OAuth library converted as a yii2 extension
Installs: 521
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- ext-curl: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-11-17 09:54:56 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