Installing Esi\LibrariesIO is very easy, if you're using composer. If you haven't done so, install composer, and use composer require to install Esi\LibrariesIO.
curl -sS https://getcomposer.org/installer | php
php composer.phar require esi/librariesioMake sure you include vendor/autoload.php in your application. To make all of LibrariesIO's components available at once:
use Esi\LibrariesIO\LibrariesIO;
use Esi\LibrariesIO\Utils;For more information check out the basic-usage documenation. Further reading: