PHPackages                             belovai/laravel-schedule-log - 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. belovai/laravel-schedule-log

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

belovai/laravel-schedule-log
============================

1.0.0(yesterday)01↑2900%MITPHPPHP ^8.2

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/belovai/laravel-schedule-log)[ Packagist](https://packagist.org/packages/belovai/laravel-schedule-log)[ RSS](/packages/belovai-laravel-schedule-log/feed)WikiDiscussions main Synced yesterday

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

Laravel Schedule Log
====================

[](#laravel-schedule-log)

A lightweight Laravel package that automatically records every scheduled task run - start time, finish time, duration, exit code, output, and status - into a database table.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11, 12, or 13

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

[](#installation)

```
composer require belovai/laravel-schedule-log
```

The service provider is auto-discovered. Run the migration to create the `schedule_logs` table:

```
php artisan migrate
```

No further configuration is required.

Usage
-----

[](#usage)

Define your scheduled tasks as usual. To capture command output in the log, add `->storeOutput()`:

```
// routes/console.php

Schedule::command('inspire')
    ->everyMinute()
    ->storeOutput();
```

Without `->storeOutput()`, the `output` column will be `null`. Everything else (status, duration, exit code, etc.) is recorded automatically regardless.

Tasks running in the background (`->runInBackground()`) are also supported via a database fallback lookup.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3052399?v=4)[Rahul Parhi](/maintainers/rp)[@rp](https://github.com/rp)

---

Top Contributors

[![belovai](https://avatars.githubusercontent.com/u/5740939?v=4)](https://github.com/belovai "belovai (2 commits)")

### Embed Badge

![Health badge](/badges/belovai-laravel-schedule-log/health.svg)

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.4k](/packages/larastan-larastan)[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

9782.1M153](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

88011.3M149](/packages/spatie-laravel-health)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

198306.8k](/packages/fumeapp-modeltyper)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15104.9k4](/packages/calebdw-larastan)

PHPackages © 2026

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