sushilk/svg

Generate SVG Image, Icon, without left your PHP code.

Maintainers

Package info

github.com/CodeWithSushil/svg-generator

pkg:composer/sushilk/svg

Transparency log

Fund package maintenance!

CodeWithSushil

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.0.0 2026-08-29 07:38 UTC

This package is auto-updated.

Last update: 2026-08-29 07:51:51 UTC


README

PHP Supabase Latest Version Total Downloads License

Generate SVG Image, Icon, without left your PHP code.

Installation

composer require sushilk/svg

Example

use SVG\SVG;

$svg = SVG::generate()
            ->react(4, 4, 150, 150)
            ->fill('#00044F')
            ->get();