The most popular PHP library for use with the Twitter OAuth REST API. Installation With Composer The recommended and easy as pie method is Composer. Setup require in your projects composer.json file. Latest release: composer require abraham/twitteroauth Import the TwitterOAuth class. require "vendor/autoload.php"; use Abraham\TwitterOAuth\TwitterOAuth; Start making API requests. $connection = new