PHPackages                             hypejunction/hypeshutdown - 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. hypejunction/hypeshutdown

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

hypejunction/hypeshutdown
=========================

Flushes the buffer after the response is sent allowing shutdown to continue in the background

1.0.3(8y ago)115GPL-2.0-onlyPHPPHP &gt;=7.0

Since Apr 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/hypeJunction/Elgg3-hypeShutdown)[ Packagist](https://packagist.org/packages/hypejunction/hypeshutdown)[ Docs](http://hypejunction.com)[ RSS](/packages/hypejunction-hypeshutdown/feed)WikiDiscussions master Synced today

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

hypeShutdown
============

[](#hypeshutdown)

API to offset code execution until system shutdown. Allows plugins to execute expensive code until after the page has been rendered in the browser.

Usage
-----

[](#usage)

All shutdown event handlers will be executed after the request has been sent to the browser and the buffer has been flushed.

You can either register a shutdown event handler:

```
elgg_register_event_handler('shutdown', 'system', function() {
	// your long running script
});
```

You can also use a runtime queue:

```
\hypeJunction\Shutdown\Queue::instance()->queue(function() use ($video) {
	$video->convert();
});
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

2942d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

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

---

Tags

pluginelggshutdown

### Embed Badge

![Health badge](/badges/hypejunction-hypeshutdown/health.svg)

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

PHPackages © 2026

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