Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippfrenzel/yii2snapsvg
yii2 snapsvg.io extension
https://github.com/philippfrenzel/yii2snapsvg
Last synced: 2 months ago
JSON representation
yii2 snapsvg.io extension
- Host: GitHub
- URL: https://github.com/philippfrenzel/yii2snapsvg
- Owner: philippfrenzel
- License: mit
- Created: 2015-11-09T18:14:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T18:40:44.000Z (about 9 years ago)
- Last Synced: 2024-03-25T15:11:20.171Z (9 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2snapsvg
yii2 snapsvg.io extensionInstallation
============
Package is although registered at packagist.org - so you can just add one line of code, to let it run!add the following line to your composer.json require section:
```json
"philippfrenzel/yii2snapsvg":"*",
```And ensure, that you have the follwing plugin installed global:
> php composer.phar global require "fxp/composer-asset-plugin:~1.0"