PHPackages                             kingjian0801/laravel-celery - 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. kingjian0801/laravel-celery

ActiveLibrary

kingjian0801/laravel-celery
===========================

a laravel celery dependency package

0.0.1(7y ago)6251MITPHP

Since Mar 26Pushed 7y agoCompare

[ Source](https://github.com/kingjian0801/laravel-celery)[ Packagist](https://packagist.org/packages/kingjian0801/laravel-celery)[ RSS](/packages/kingjian0801-laravel-celery/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

 laravel-celery
================

[](#-laravel-celery-)

 a laravel celery dependency package.

前言
--

[](#前言)

参考官方包[gjedeer/celery-php](https://github.com/gjedeer/celery-php)，为个人项目做了简化，仅支持以redis为中间人发布celery任务。

安装
--

[](#安装)

```
$ composer require kingjian0801/laravel-celery:dev-master
```

基本使用
----

[](#基本使用)

```
use Kingjian0801\LaravelCelery\Celery;
```

1.PostTask(发布任务)

```
$celery = new Celery('redis地址', '密码', '数据库','队列名称');
$celery->PostTask('任务名称', 任务数据(数组));
```

2.getAsyncResultMessage(查询任务状态)

```
$celery = new Celery('redis地址', '密码', '数据库','队列名称');
$celery->getAsyncResultMessage('任务名称','任务key值');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

2604d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/453b58b4845178c7eab28e3e0cb0d72043b2c732e0ce8032cbc53912c7b15fc2?d=identicon)[kingjian0801](/maintainers/kingjian0801)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kingjian0801-laravel-celery/health.svg)

```
[![Health](https://phpackages.com/badges/kingjian0801-laravel-celery/health.svg)](https://phpackages.com/packages/kingjian0801-laravel-celery)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[laravel/browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.

5139.4M286](/packages/laravel-browser-kit-testing)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[lastzero/test-tools

Increases testing productivity by adding a service container and self-initializing fakes to PHPUnit

2244.3k13](/packages/lastzero-test-tools)

PHPackages © 2026

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