PHPackages                             alexxwiz/tiny-ssi - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alexxwiz/tiny-ssi

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alexxwiz/tiny-ssi
=================

Tiny SSI - very small Server Side Includes parser

v1.0.1(10y ago)1281MITPHPPHP &gt;=5.4.0

Since Nov 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/alexxwiz/tiny-ssi-php)[ Packagist](https://packagist.org/packages/alexxwiz/tiny-ssi)[ Docs](https://github.com/alexxwiz/tiny-ssi-php)[ RSS](/packages/alexxwiz-tiny-ssi/feed)WikiDiscussions master Synced today

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

tiny-ssi
========

[](#tiny-ssi)

A minimal implementation of Apache SSI (server-side includes) for PHP 5.4+

Usage
-----

[](#usage)

Currently only supports doing includes, set var and echo var.

```

        title

          contents

```

expecting that 'header.html' and 'footer.html' are in the same folder as the above html file, you can then do:

```
require_once('tiny_ssi.php');

$parser = new TinySSI;
echo $parser->parse('/test/ssi_test_body.html');
```

License
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/143a804f35b002f89785a2e4e0b717439fb5fb2c3e08f5a6b7fb27379928f21f?d=identicon)[alexxwiz](/maintainers/alexxwiz)

---

Top Contributors

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

---

Tags

ssi

### Embed Badge

![Health badge](/badges/alexxwiz-tiny-ssi/health.svg)

```
[![Health](https://phpackages.com/badges/alexxwiz-tiny-ssi/health.svg)](https://phpackages.com/packages/alexxwiz-tiny-ssi)
```

PHPackages © 2026

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