clacy-builders / graphics
Intended for use with SVG Express.
Installs: 35
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/clacy-builders/graphics
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-26 01:33:38 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.