|  Download InstallationInstalling 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/librariesio
 First usageMake sure you include vendor/autoload.phpin your application. To make all of LibrariesIO's components available at once: use Esi\LibrariesIO\LibrariesIO;
 For more information check out the basic-usage documenation. Further reading: |