Installation

To install the Sikker package we recommend using Composer. Use the following instructions (if you haven't read the Composer Documentation please do so before you continue):

Download composer if you haven't already done so (use your preferred method).

curl -s https://getcomposer.org/installer | php

Place a require statement inside your composer.json file and replace <version> with the desired version.

{
   "require": {
      "NorseBlue/Sikker": "^0.3.5"
   }
}

Run composer update to resolve dependencies and download the packages.

php composer.phar update