PHPackages                             sn01615/php\_delay - 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. sn01615/php\_delay

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

sn01615/php\_delay
==================

PHP delay execute closures.

v0.3.3(6y ago)045Apache-2.0PHP

Since Apr 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sn01615/php_delay)[ Packagist](https://packagist.org/packages/sn01615/php_delay)[ RSS](/packages/sn01615-php-delay/feed)WikiDiscussions master Synced 3d ago

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

php\_delay
==========

[](#php_delay)

PHP delay execute closures.

install
=======

[](#install)

```
composer require sn01615/php_delay

```

usage
=====

[](#usage)

```
use PhpUtils;

$cc = 'aaa';
phpDelay::getInstance()->push(function () use ($cc) {
    echo $cc;
});
echo 'bbb';
# response: bbbaaa
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

2219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fd6cb8950d77fdebcef7c1cd1eac849e5610deddf19aa539f76b371ccaee152?d=identicon)[sn01615](/maintainers/sn01615)

---

Top Contributors

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

---

Tags

php

### Embed Badge

![Health badge](/badges/sn01615-php-delay/health.svg)

```
[![Health](https://phpackages.com/badges/sn01615-php-delay/health.svg)](https://phpackages.com/packages/sn01615-php-delay)
```

###  Alternatives

[steffenbrand/dmn-decision-tables

PHP library to programmatically create DMN decision tables.

1916.7k](/packages/steffenbrand-dmn-decision-tables)

PHPackages © 2026

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