Installation
Manual
- Download the zip file from the Github repository.
- Unpack the zip file and include the files in your project.
- Include the autoloader.php found in grafika/src/:
require_once '/path/to/src/autoloader.php'; // Change this to the correct path
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.