Installation

Manual

Composer

Inside your project directory, open the command line and type:

composer require kosinix/grafika:dev-master --prefer-dist

Include the autoload.php found in vendor/:

require_once '/path/to/vendor/autoload.php'; // Change this to the correct path
Older versions

If you want version 1.x use:

composer require kosinix/grafika:1.* --prefer-dist

All previous releases can be found here.