Sweg-TwitterOAuth
The most popular forked-PHP library for Twitter's OAuth REST API.
- Composer
composer require swegio/twitteroauth- npm
npm i sweg-twitteroauth- Install
- Create a
config.phppage to store the Twitter OAuth credentials - Use
requireto importconfig.php(or preferred filename) - Use function
shipit()intwitteroauth/src/TwitterOAuth.phpto immediately base64 encode and upload media from URL (as opposed to temporarily storing media)
See documentation at https://twitteroauth.com.
PHP versions listed as "active support" or "security fixes only" are supported.

