PHPackages                             clacy-builders/svg - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. clacy-builders/svg

ActiveLibrary

clacy-builders/svg
==================

SVG Express is a library for creating SVG documents.

0.1(10y ago)29MITPHPPHP &gt;=5.4.0

Since Apr 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/clacy-builders/svg-express-php)[ Packagist](https://packagist.org/packages/clacy-builders/svg)[ RSS](/packages/clacy-builders-svg/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

SVG Express PHP
===============

[](#svg-express-php)

SVG Express PHP is a library for creating SVG documents. It's work in progress and far from complete.

Installation using Composer
---------------------------

[](#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/svg": "0.1"
    }
}
```

Run `composer install` or `composer update`.

Basic usage
-----------

[](#basic-usage)

```
