PHPackages                             pessek/hypeshortcode - 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. pessek/hypeshortcode

ActiveElgg-plugin[Utility &amp; Helpers](/categories/utility)

pessek/hypeshortcode
====================

Shortcode support

v1.2.0(4y ago)03proprietaryPHPPHP &gt;=7.0

Since May 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rheman/hypeShortcode)[ Packagist](https://packagist.org/packages/pessek/hypeshortcode)[ RSS](/packages/pessek-hypeshortcode/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

hypeShortcode
=============

[](#hypeshortcode)

Add support for custom BB-style shortcodes

Usage
-----

[](#usage)

### Register shortcode

[](#register-shortcode)

```
elgg()->shortcodes->register('mycode');

// then add a view in shortcodes/mycode
// view vars will contain attributes of the shortcode
```

### Generate a shortcode tag

[](#generate-a-shortcode-tag)

```
elgg()->shortcodes->generate('mycode', [
	'foo' => 'bar',
]);
```

### Expand shortcodes

[](#expand-shortcodes)

```
elgg()->shortcodes->expand($text);
```

### Strip shortcodes

[](#strip-shortcodes)

```
elgg()->shortcodes->strip($text);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1815d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/649b17479d3b3a91bcdbbd05d56d9c55a33e095c8c4412ba6a34fa43bd3aff46?d=identicon)[rhemandaddy](/maintainers/rhemandaddy)

---

Tags

pluginelggembedshortcode

### Embed Badge

![Health badge](/badges/pessek-hypeshortcode/health.svg)

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

PHPackages © 2026

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