https://github.com/fawno/simplesvg
Simple PHP class for creating SVG documents
https://github.com/fawno/simplesvg
Last synced: 3 months ago
JSON representation
Simple PHP class for creating SVG documents
- Host: GitHub
- URL: https://github.com/fawno/simplesvg
- Owner: fawno
- License: mit
- Created: 2019-07-09T18:40:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T12:48:51.000Z (about 2 years ago)
- Last Synced: 2024-04-25T19:20:37.344Z (about 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fawno/SimpleSVG/blob/master/LICENSE)
[](https://github.com/fawno/SimpleSVG/tags)
[](https://packagist.org/packages/fawno/simplesvg)
[](https://packagist.org/packages/fawno/simplesvg/stats)
[](https://github.com/fawno/SimpleSVG/issues)
[](https://github.com/fawno/SimpleSVG/network)
[](https://github.com/fawno/SimpleSVG/stargazers)# SimpleSVG
Simple PHP class for creating SVG documents
## Instalation
```sh
php composer.phar require "fawno/simplesvg:@stable"
``````php