The TwitterOAuth (https://twitteroauth.com/) library provides communication with Twitter via an API. In the TweetsAbout project, this kind of communication is essential for the final proposal of our extension solution. TwitterOAuth is the most popular PHP library to use with the TwitterOAuth REST API.
This project is also available on GitHub (https://github.com/abraham/twitteroauth), as shown in the following screenshot:

To install TwitterOAuth on the TweetsAbout extension, follow this recipe:
packt/app/code/Packt/TweetsAbout/Api directory, run the composer require abraham/twitteroauth command.We'll need these credentials to use on our extension later.