PHPackages                             traum-ferienwohnungen/scheduledaemon - 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. traum-ferienwohnungen/scheduledaemon

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

traum-ferienwohnungen/scheduledaemon
====================================

ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.

1.1.0(8y ago)015.7kMITPHP

Since Nov 17Pushed 8y ago3 watchersCompare

[ Source](https://github.com/traum-ferienwohnungen/laravel-scheduledaemon)[ Packagist](https://packagist.org/packages/traum-ferienwohnungen/scheduledaemon)[ RSS](/packages/traum-ferienwohnungen-scheduledaemon/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

laravel-scheduledaemon
======================

[](#laravel-scheduledaemon)

Provides a single artisan command to run `schedule:run` as a daemon. Use this if, and only if you can guarantee that all your `schedule:run` executions will terminate in 60 seconds or less. This should be easy if you use `schedule:run` only to dispatch scheduled jobs to workers. Events might me dropped in case the runs take longer to finish.

Installation
------------

[](#installation)

This package requires at least Laravel 5.5. Install via composer:

```
composer require traum-ferienwohnungen/scheduledaemon

```

Laravels package auto-discovery feature is supported, so nothing more to do. You may add ServiceProvider manually by editing `config/app.php`:

```
...
$providers => [
    //...
    ScheduleDaemon\ServiceProvider::class,
    //..
];

```

Usage
-----

[](#usage)

`php ./artisan schedule:daemon`

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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

Every ~127 days

Total

4

Last Release

3125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbe3188b22ec4bfde916a350e3359acbdbe499707720d8129e7087246a5bb025?d=identicon)[traum](/maintainers/traum)

---

Top Contributors

[![tback](https://avatars.githubusercontent.com/u/83432?v=4)](https://github.com/tback "tback (9 commits)")[![anon6789](https://avatars.githubusercontent.com/u/9916570?v=4)](https://github.com/anon6789 "anon6789 (1 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/traum-ferienwohnungen-scheduledaemon/health.svg)

```
[![Health](https://phpackages.com/badges/traum-ferienwohnungen-scheduledaemon/health.svg)](https://phpackages.com/packages/traum-ferienwohnungen-scheduledaemon)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

9782.1M162](/packages/laravel-ai)[livewire/flux

The official UI component library for Livewire.

9476.8M121](/packages/livewire-flux)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

984.0k](/packages/zidbih-laravel-deadlock)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

19253.0k3](/packages/interaction-design-foundation-laravel-geoip)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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