PHPackages                             dmnc/ssip - 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. dmnc/ssip

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

dmnc/ssip
=========

Super simple (SVG) image placeholders

v1.1.0(4y ago)0153.0k↓14.6%MITPHPPHP ^7.0 | ^8.0

Since Feb 13Pushed 4y ago9 watchersCompare

[ Source](https://github.com/D3R/ssip)[ Packagist](https://packagist.org/packages/dmnc/ssip)[ RSS](/packages/dmnc-ssip/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Super Simple (SVG) Image Placeholders
=====================================

[](#super-simple-svg-image-placeholders)

Introduction
------------

[](#introduction)

This package is designed to allow the creation of image placeholders with minimal fuss by providing data URIs to be substituted into an img or source's `src` or `srcset` attributes.

The aim is to create a placeholder that meets the following criteria:

- Behaves exactly like a genuine image when styled and resized.
- Can be used when developing offline.
- Does not require additional JavaScript introduced into the page.
- Keeps data URI size to a minimum.

The only option right now is to use SVG for this.

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

[](#installation)

```
composer require dmnc/ssip

```

Usage
-----

[](#usage)

Placeholders are immutable and created directly through their constructor.

```
use Dmnc\Ssip\Placeholder;

$placeholder = new Placeholder(100, 50, "#aaa");

echo '';
```

Support
-------

[](#support)

Currently tested on:

- Chrome 80
- Firefox 73
- Safari 12.1
- Edge 18
- IE11
- IE10

Alternatives
------------

[](#alternatives)

If you require more feature rich placeholders, and are able to add JavaScript into your page, I suggest the fantastic [Holder.js](http://holderjs.com/).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~408 days

Total

3

Last Release

1470d ago

Major Versions

v0.1.0 → v1.0.02020-02-13

PHP version history (2 changes)v0.1.0PHP ~7.0

v1.1.0PHP ^7.0 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c043ea4e6527fa8216a68888199b83147a146f99d5d756f986209872b902792?d=identicon)[dmnc](/maintainers/dmnc)

---

Top Contributors

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

---

Tags

imagesphpplaceholderssvg

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dmnc-ssip/health.svg)

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

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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