PHP Classes

File: docs/installation.md

Recommend this page to a friend!
  Classes of Eric Sizemore   PHP Libraries.IO   docs/installation.md   Download  
File: docs/installation.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Libraries.IO
Query library packages using the Libraries.io API
Author: By
Last change: Update of docs/installation.md
Date: 4 months ago
Size: 715 bytes
 

Contents

Class file image Download

Installation

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/librariesio

First usage

Make sure you include vendor/autoload.php in 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: