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

[lintaba/orchid-tables

An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods.

412.7k](/packages/lintaba-orchid-tables)[professional-wiki/wikibase-rdf

Wikibase extension that allows defining RDF mappings for Wikibase Entities

1711.3k](/packages/professional-wiki-wikibase-rdf)[rymanalu/factory-generator

Laravel 5 Model Factory Generator.

178.0k](/packages/rymanalu-factory-generator)

PHPackages © 2026

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