-
Notifications
You must be signed in to change notification settings - Fork 16
Installation
Ihor Burlachenko edited this page May 19, 2016
·
1 revision
Using composer
Define the following requirement in your composer.json file:
"require": {
"ihor/nspl": "~1.1"
}
or simply execute the following in the command line:
composer require ihor/nspl
For the latest changes require version 1.2.*-dev
Checkout the code and include autoload.php
:
include 'path/to/nspl/autoload.php';