PHPackages                             tiknil/svg-sprite - 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. [Image &amp; Media](/categories/media)
4. /
5. tiknil/svg-sprite

ActiveLibrary[Image &amp; Media](/categories/media)

tiknil/svg-sprite
=================

Laravel package to create a sprite from a folder with svg

1.1.0(12mo ago)26MITPHPPHP ^8.1|^8.2|^8.3|^8.4

Since Apr 1Pushed 12mo ago2 watchersCompare

[ Source](https://github.com/tiknil/svg-sprite)[ Packagist](https://packagist.org/packages/tiknil/svg-sprite)[ Docs](https://github.com/tiknil/svg-sprite)[ RSS](/packages/tiknil-svg-sprite/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[Svg sprite](https://github.com/tiknil/svg-sprite) is a tool for creating an svg sprite from a folder of icons.

[Learn more about SVG Sprites and how to use them](https://css-tricks.com/svg-sprites-use-better-icon-fonts/)

Installation
------------

[](#installation)

### Global installation

[](#global-installation)

```
composer global require tiknil/svg-sprite

```

Make sure that the composer binaries directory is in your `$PATH`

You can update svg-sprite to the latest version by running

```
composer global update tiknil/svg-sprite

```

You can now use the `svg-sprite` command anywhere

### PHP project local installation

[](#php-project-local-installation)

```
composer require tiknil/svg-sprite

```

You can now invoke the command using `vendor/bin/svg-sprite`

### Usage

[](#usage)

```
svg-sprite
```

For example, in a laravel project:

```
svg-sprite public/icons resources/views/sprite.blade.php

```

By default, the files names will be used as ID for the icon. You can add a prefix with the -p option:

```
svg-sprite  public/icons resources/views/sprite.blade.php -p icons-

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance50

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~97 days

Total

2

Last Release

361d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/369107c31af2371c739637d462c85da5fd4e88695e37c36cb2059efa88ab0471?d=identicon)[gbalduzzi](/maintainers/gbalduzzi)

---

Top Contributors

[![gbalduzzi](https://avatars.githubusercontent.com/u/4761858?v=4)](https://github.com/gbalduzzi "gbalduzzi (4 commits)")

---

Tags

tiknilsvg-sprite

### Embed Badge

![Health badge](/badges/tiknil-svg-sprite/health.svg)

```
[![Health](https://phpackages.com/badges/tiknil-svg-sprite/health.svg)](https://phpackages.com/packages/tiknil-svg-sprite)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
