PHPackages                             lxlang/laravel-schedule-info - 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. [CLI &amp; Console](/categories/cli)
4. /
5. lxlang/laravel-schedule-info

ActiveLibrary[CLI &amp; Console](/categories/cli)

lxlang/laravel-schedule-info
============================

A command to output your current laravel schedule in a human readable format.

0.1.0(5y ago)112MITPHPPHP &gt;=7.4CI failing

Since Jul 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lxlang/laravel-schedule-info)[ Packagist](https://packagist.org/packages/lxlang/laravel-schedule-info)[ RSS](/packages/lxlang-laravel-schedule-info/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

Laravel Schedule Info
=====================

[](#laravel-schedule-info)

Description
-----------

[](#description)

A command to output your current laravel schedule in a human readable format.

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

[](#installation)

`composer require lxlang/laravel-schedule-info`

Usage
-----

[](#usage)

Run `./artisan schedule:info`

```
+------------+-------------------------+----------------------+-------------------+
| expression | command                 | when                 | next_due          |
+------------+-------------------------+----------------------+-------------------+
| 0 0 * * *  | inspire                 | Every day at 12:00am | 9 hours from now  |
+------------+-------------------------+----------------------+-------------------+

```

### Code-Access

[](#code-access)

You can use `ScheduleInfoReport` to generate a result set, with which a custom view can be generated to include this into views or other reports.

```
$report = app(ScheduleInfoReport::class);

/** @var Collection|ScheduleInfo[] $result */
$result = $report->generate();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~0 days

Total

2

Last Release

2134d ago

### Community

Maintainers

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

---

Top Contributors

[![lxlang](https://avatars.githubusercontent.com/u/7984421?v=4)](https://github.com/lxlang "lxlang (1 commits)")

---

Tags

laravelcronschedule

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/lxlang-laravel-schedule-info/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[studio/laravel-totem

A Laravel package to manage your cron jobs through a beautiful dashboard

1.8k1.1M](/packages/studio-laravel-totem)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[zenstruck/schedule-bundle

Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.

4041.0M2](/packages/zenstruck-schedule-bundle)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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