PHPackages                             zehua/laravel-schedule-event - 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. zehua/laravel-schedule-event

ActiveLibrary

zehua/laravel-schedule-event
============================

laravel-schedule-event

552PHP

Since Jun 20Pushed 6y agoCompare

[ Source](https://github.com/zzh787272581/laravel-schedule-event)[ Packagist](https://packagist.org/packages/zehua/laravel-schedule-event)[ RSS](/packages/zehua-laravel-schedule-event/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-schedule-event使用说明
==========================

[](#laravel-schedule-event使用说明)

关于
--

[](#关于)

这个包主要是监控定时任务命令开启withoutOverlapping后，异常退出命令导致锁不能及时释放的问题

如果使用composer引入，那么就直接写就可以

```
composer require zehua/laravel-schedule-event:dev-master

```

单独github下载使用请使用下面的方法操作
======================

[](#单独github下载使用请使用下面的方法操作)

composer 依赖 或者 使用phpredis predis/predis

执行一下composer dump-autoload 整个扩展包放在package下面的

在config/app.php 增加 providers 变量的值

```
...
'providers' => [
    ...
        Pkg\LaravelScheduleEvent\LaravelScheduleEventProvider::class
    ],
    ...

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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://www.gravatar.com/avatar/815cfcedde85c3e0f3fc45b01055a21a19886cf08d5f2248e888f79c1b1dd412?d=identicon)[zzh787272581](/maintainers/zzh787272581)

---

Top Contributors

[![zzh-coders](https://avatars.githubusercontent.com/u/6027395?v=4)](https://github.com/zzh-coders "zzh-coders (1 commits)")

### Embed Badge

![Health badge](/badges/zehua-laravel-schedule-event/health.svg)

```
[![Health](https://phpackages.com/badges/zehua-laravel-schedule-event/health.svg)](https://phpackages.com/packages/zehua-laravel-schedule-event)
```

PHPackages © 2026

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