Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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