PHPackages                             hatchetaustralia/laravel-schedule-testing - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. hatchetaustralia/laravel-schedule-testing

ActiveLibrary[Testing &amp; Quality](/categories/testing)

hatchetaustralia/laravel-schedule-testing
=========================================

A lightweight package for testing Laravel schedules.

v0.1.3(3y ago)112[9 issues](https://github.com/hatchetaustralia/laravel-schedule-testing/issues)MITPHPPHP ^8.0

Since Feb 24Pushed 3y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (8)Versions (5)Used By (0)

 [    ![Hatchet's Laravel Schedule Testing](https://raw.githubusercontent.com/hatchetaustralia/laravel-schedule-testing/HEAD/.github/logo-light.png)  ](https://hatchet.com.au)

[![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/hatchetaustralia/laravel-schedule-testing/actions)[![Total Downloads](https://camo.githubusercontent.com/1575dddfbbab77e6e3891176109e3c136e50fb05113e59314ec1eae62cf0c3e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686174636865746175737472616c69612f6c61726176656c2d7363686564756c652d74657374696e67)](https://packagist.org/packages/hatchetaustralia/laravel-schedule-testing)[![Latest Stable Version](https://camo.githubusercontent.com/59509197b43e93c2b0e74ca1b93f0ef1c100052768857e4acf5af459124ddee4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686174636865746175737472616c69612f6c61726176656c2d7363686564756c652d74657374696e67)](https://packagist.org/packages/hatchetaustralia/laravel-schedule-testing)[![License](https://camo.githubusercontent.com/b70667bfdbf10ae421e3f2e21b413e5c3928b17127e222865684e6baac1c8aa7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f686174636865746175737472616c69612f6c61726176656c2d7363686564756c652d74657374696e67)](https://packagist.org/packages/hatchetaustralia/laravel-schedule-testing)

About Laravel Schedule Testing
------------------------------

[](#about-laravel-schedule-testing)

[Laravel Schedule Testing](https://hatchetaustralia.github.io/laravel-schedule-testing/) was created and is maintained by the developers at [Hatchet](https://hatchet.com.au) and is a lightweight package for testing your scheduled commands in Laravel.

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

[](#installation)

> Minimum requirement of PHP 8.0 and Laravel 9

Require Laravel Schedule Testing via [Composer](https://getcomposer.org/):

```
composer require hatchetaustralia/laravel-schedule-testing --dev
```

Usage
-----

[](#usage)

```
class HourlyReportCommandTest extends TestCase
{
    // Add the `InteractsWithSchedule` trait to your class
    use InteractsWithSchedule;

    public function testCommandRunsOnTheHour()
    {
        // Then, get started with using the `assertSchedule` method.
        $this->assertSchedule('reports:send-report')
            ->isScheduledToRunAt(now()->startOfHour());
    }
}
```

Assertions
----------

[](#assertions)

Check out our [documentation](https://hatchetaustralia.github.io/laravel-schedule-testing/) for further information on what assertions are available.

Contributing
------------

[](#contributing)

Thank you for considering to contribute to Laravel Schedule Testing. All the contribution guidelines are mentioned [here](CONTRIBUTING.md).

You can have a look at the [CHANGELOG](CHANGELOG.md) for constant updates &amp; detailed information about the changes.

License
-------

[](#license)

Laravel Schedule Testing is an open-sourced software licensed under the [Do Not Harm License](LICENSE.md).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.4% 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 ~4 days

Total

4

Last Release

1213d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77458564?v=4)[Hatchet](/maintainers/hatchet)[@hatchet](https://github.com/hatchet)

---

Top Contributors

[![glennforrest](https://avatars.githubusercontent.com/u/12944411?v=4)](https://github.com/glennforrest "glennforrest (54 commits)")[![hatchetaustralia](https://avatars.githubusercontent.com/u/14148655?v=4)](https://github.com/hatchetaustralia "hatchetaustralia (2 commits)")

---

Tags

commandconsolelaravelscheduleschedulingtestingphptestinglaravelpackage

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/hatchetaustralia-laravel-schedule-testing/health.svg)

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

###  Alternatives

[larastan/larastan

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

6.5k55.4M8.5k](/packages/larastan-larastan)[nunomaduro/laravel-mojito

A lightweight package for testing Laravel views.

369461.8k12](/packages/nunomaduro-laravel-mojito)[marvinrabe/laravel-graphql-test

Provides you with a simple GraphQL testing trait.

57378.9k](/packages/marvinrabe-laravel-graphql-test)[calebdw/larastan

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

15118.7k4](/packages/calebdw-larastan)[mominalzaraa/filament-localization

The first and only automatic Filament localization package with intelligent resource scanning, structured translation files, and comprehensive testing

102.8k](/packages/mominalzaraa-filament-localization)

PHPackages © 2026

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