PHPackages                             kyurzburg/asynctaskcb - 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. kyurzburg/asynctaskcb

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

kyurzburg/asynctaskcb
=====================

024PHP

Since Jan 29Pushed 6mo agoCompare

[ Source](https://github.com/kyurzburg/AsyncTaskCallback)[ Packagist](https://packagist.org/packages/kyurzburg/asynctaskcb)[ RSS](/packages/kyurzburg-asynctaskcb/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

AsyncTaskCB
===========

[](#asynctaskcb)

How to use?

Step 1: Create a asynctask that extends AsyncCallbackTask

```
use kyurzburg\asynctaskcb\AsyncCallbackTask;

class ExampleTask extends AsyncCallbackTask{

    public function onRun() : void{
        $this->setResult("result");
    }
}
```

Step 2: Send it

```
AsyncTaskCB::new(new ExampleTask(), function(mixed $result){
#Your code here
});
```

###  Health Score

18

—

LowBetter than 7% of packages

Maintenance46

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/245830453?v=4)[kyurzburg](/maintainers/kyurzburg)[@kyurzburg](https://github.com/kyurzburg)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kyurzburg-asynctaskcb/health.svg)

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

###  Alternatives

[prestashop/hummingbird

Hummingbird development theme for PrestaShop

1303.7M4](/packages/prestashop-hummingbird)[crescat-io/saloon-sdk-generator

Simplified SDK Scaffolding for Saloon

13532.7k12](/packages/crescat-io-saloon-sdk-generator)[topshelfcraft/wordsmith

...because you have the best words.

30351.5k7](/packages/topshelfcraft-wordsmith)[crucifyer/css-browser-selector

CSS Browser Selector - no need css hack. html tag adding your browser info

3423.0k](/packages/crucifyer-css-browser-selector)[maxsky/lumen-app-key-generator

Set the application key in Lumen Framework.

1479.6k](/packages/maxsky-lumen-app-key-generator)

PHPackages © 2026

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