clacy-builders/graphics

Intended for use with SVG Express.

0.1 2016-04-09 12:33 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:23:26 UTC


README

This library is intended for use with SVG Express.

Installation using Composer

SVG Express for PHP requires PHP 5.4 or newer.

Add the following to your project's composer.json file:

{
    "minimum-stability": "dev",
    "require": {
        "clacy-builders/graphics": "dev-master@dev"
    }
}

Run composer install or composer update.