PHPackages                             packaged/glimpse - 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. packaged/glimpse

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

packaged/glimpse
================

HTML Markup Helpers

2.8.0(4y ago)3131.3k↓34.4%27MITPHPPHP &gt;=7.1CI failing

Since Oct 15Pushed 4y ago3 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (66)Used By (7)

Glimpse
=======

[](#glimpse)

HTML Markup Helper

Usage
-----

[](#usage)

use Packaged\\Glimpse\\Core\\HtmlTag;

#### Code

[](#code)

```
echo HtmlTag::createTag('br');

```

#### Output

[](#output)

```

```

#### Code

[](#code-1)

```
echo HtmlTag::createTag('img',['src' => 'x.gif']);

```

#### Output

[](#output-1)

```

```

#### Code

[](#code-2)

```
echo HtmlTag::create()
  ->setTag('div')
  ->setId('dog-tag')
  ->addClass('dogs', 'tag',['yellow','red'])
  ->setAttribute('title', 'Dog Tags')
  ->setContent('Hey There');

```

#### Output

[](#output-2)

```
Hey There&lt;a href=&quot;&quot;&gt;

```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 68.5% 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 ~39 days

Recently: every ~211 days

Total

65

Last Release

1736d ago

Major Versions

0.9.0 → 1.0.02018-11-29

1.0.0 → 2.0.0-alpha2019-01-16

1.0.1 → 2.2.32019-02-01

PHP version history (3 changes)0.1.0PHP &gt;=5.4.0

0.9.0PHP &gt;=7.0

2.0.0-alphaPHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/a2dc779402c4fa879b9f63159900da2a4c766661286182c4cecd66a7d4fc71ed?d=identicon)[bajbnet](/maintainers/bajbnet)

---

Top Contributors

[![bajb](https://avatars.githubusercontent.com/u/2241334?v=4)](https://github.com/bajb "bajb (61 commits)")[![TomK](https://avatars.githubusercontent.com/u/299656?v=4)](https://github.com/TomK "TomK (21 commits)")[![Jleagle](https://avatars.githubusercontent.com/u/381099?v=4)](https://github.com/Jleagle "Jleagle (5 commits)")[![MrEssex](https://avatars.githubusercontent.com/u/5024348?v=4)](https://github.com/MrEssex "MrEssex (1 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/packaged-glimpse/health.svg)

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

PHPackages © 2026

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