Skip to content

Installation (Composer)

MartinLoeper edited this page Sep 29, 2014 · 2 revisions
  1. Download this project from Github (master) and unzip it to one of your webserver's directories
  2. Download Composer
  3. Install the library and all its dependencies using php composer.phar install from within the root of the project (where the composer.json file is located)
  4. Include the "vendor/autoload.php" file generated by Composer
  5. Start using KVV-PHP (continue reading Basic Usage Section)
Clone this wiki locally