Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fawno/simplesvg
Simple PHP class for creating SVG documents
https://github.com/fawno/simplesvg
Last synced: about 5 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T12:48:51.000Z (over 1 year ago)
- Last Synced: 2024-04-25T19:20:37.344Z (7 months 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
[![GitHub license](https://img.shields.io/github/license/fawno/SimpleSVG.svg)](https://github.com/fawno/SimpleSVG/blob/master/LICENSE)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/fawno/SimpleSVG.svg)](https://github.com/fawno/SimpleSVG/tags)
[![Packagist](https://img.shields.io/packagist/v/fawno/SimpleSVG.svg)](https://packagist.org/packages/fawno/simplesvg)
[![Packagist Downloads](https://img.shields.io/packagist/dt/fawno/SimpleSVG)](https://packagist.org/packages/fawno/simplesvg/stats)
[![GitHub issues](https://img.shields.io/github/issues/fawno/SimpleSVG)](https://github.com/fawno/SimpleSVG/issues)
[![GitHub forks](https://img.shields.io/github/forks/fawno/SimpleSVG)](https://github.com/fawno/SimpleSVG/network)
[![GitHub stars](https://img.shields.io/github/stars/fawno/SimpleSVG)](https://github.com/fawno/SimpleSVG/stargazers)# SimpleSVG
Simple PHP class for creating SVG documents
## Instalation
```sh
php composer.phar require "fawno/simplesvg:@stable"
``````php