clacy-builders / graphics
Intended for use with SVG Express.
0.1
2016-04-09 12:33 UTC
Requires
- php: >=5.4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-30 06:13:36 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.