clacy-builders / graphics
Intended for use with SVG Express.
0.1
2016-04-09 12:33 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-12-21 21:08:34 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
.