PHPackages                             larahook/async-helper - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. larahook/async-helper

ActiveLibrary[Queues &amp; Workers](/categories/queues)

larahook/async-helper
=====================

Async call

v1.0.5(7mo ago)13MITPHPPHP ^8.0

Since Jan 14Pushed 7mo agoCompare

[ Source](https://github.com/Mishanki/larahook-async-helper)[ Packagist](https://packagist.org/packages/larahook/async-helper)[ Docs](https://github.com/Mishanki/larahook-async-helper)[ RSS](/packages/larahook-async-helper/feed)WikiDiscussions main Synced 1w ago

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

larahook-async-helper
=====================

[](#larahook-async-helper)

### Example

[](#example)

```
// Base code

echo 'a';

AsyncHelper::call(static function () {
    // Some async logic with separate database connection
    $response = Http::get('http://example.com/users');
    $data = $response->json();
    foreach ($data as $userItem) {
       SomeUserModel::updateOrCreate($userItem);
    }

    echo 'c';
});

echo 'b';

// Result:
// 'a'
// 'b'
// 'c' // hidden echo
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance64

Regular maintenance activity

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity44

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

Every ~0 days

Total

5

Last Release

215d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5513299b5470b3e7c5f0582ce7a7f941528a3ad48321429e375f1645d28a389e?d=identicon)[Mishanki](/maintainers/Mishanki)

---

Tags

asynclaravelforkpcntl

### Embed Badge

![Health badge](/badges/larahook-async-helper/health.svg)

```
[![Health](https://phpackages.com/badges/larahook-async-helper/health.svg)](https://phpackages.com/packages/larahook-async-helper)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21327.3k4](/packages/ecotone-laravel)[convenia/pigeon

3335.3k](/packages/convenia-pigeon)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[tochka-developers/queue-promises

Promises for Laravel queue jobs

1912.3k](/packages/tochka-developers-queue-promises)

PHPackages © 2026

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