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(5mo ago)13MITPHPPHP ^8.0

Since Jan 14Pushed 5mo 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 today

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

33

—

LowBetter than 72% of packages

Maintenance70

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

170d 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.5k2.4k](/packages/unopim-unopim)[toin0u/geotools-laravel

Geo-related tools PHP library for Laravel 4 &amp; 5

240389.2k1](/packages/toin0u-geotools-laravel)[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63825.7k1](/packages/mpbarlow-laravel-queue-debouncer)[ecotone/laravel

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

21318.6k3](/packages/ecotone-laravel)[api-platform/laravel

API Platform support for Laravel

58170.8k14](/packages/api-platform-laravel)[convenia/pigeon

3334.8k](/packages/convenia-pigeon)

PHPackages © 2026

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