PHPackages                             berthott/laravel-schedulable - 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. berthott/laravel-schedulable

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

berthott/laravel-schedulable
============================

Laravel Helper for scheduling model related tasks

3.0.0(3y ago)0322MITPHP

Since Feb 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/berthott/laravel-schedulable)[ Packagist](https://packagist.org/packages/berthott/laravel-schedulable)[ RSS](/packages/berthott-laravel-schedulable/feed)WikiDiscussions master Synced 1mo ago

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

[![test workflow](https://github.com/berthott/laravel-schedulable/actions/workflows/test.yml/badge.svg)](https://github.com/berthott/laravel-schedulable/actions/workflows/test.yml/badge.svg)

Laravel-Schedulable
===================

[](#laravel-schedulable)

Laravel Helper for scheduling model related tasks.

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

[](#installation)

```
$ composer require berthott/laravel-schedulable
```

Usage
-----

[](#usage)

- Use the `Schedulable` trait in your model
- Add any number of `schedulabe*` methods in your model (eg. `schedulableTest`)
- Run the laravel scheduler according to the [documentation](https://laravel.com/docs/10.x/scheduling#running-the-scheduler)
- Your `schedulabe*` methods will be called every time the laravel scheduler runs.
    - Inside of your method you can do your own checks whether to run the logic or not.

Options
-------

[](#options)

To change the default options use

```
$ php artisan vendor:publish --provider="berthott\Schedulable\SchedulableServiceProvider" --tag="config"
```

- `namespace`: String or array with one ore multiple namespaces that should be monitored for the configured trait. Defaults to `App\Models`.
- `cron`: Cron frequency for the scheduler to be called. Defaults to every minute: `* * * * *`

Compatibility
-------------

[](#compatibility)

Tested with Laravel 10.x.

License
-------

[](#license)

See [License File](license.md). Copyright © 2023 Jan Bladt.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

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

1175d ago

### Community

Maintainers

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

---

Top Contributors

[![berthott](https://avatars.githubusercontent.com/u/3034025?v=4)](https://github.com/berthott "berthott (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/berthott-laravel-schedulable/health.svg)

```
[![Health](https://phpackages.com/badges/berthott-laravel-schedulable/health.svg)](https://phpackages.com/packages/berthott-laravel-schedulable)
```

###  Alternatives

[ashallendesign/redactable-models

A Laravel package for easily redacting model data.

1143.4k](/packages/ashallendesign-redactable-models)[byrokrat/banking

Data types for accounts in the swedish banking system

1395.6k6](/packages/byrokrat-banking)[machy8/webloader

Simple, easy to use, php bundler for javascript and css

1934.2k3](/packages/machy8-webloader)[tobimori/kirby-tailwind-merge

Tailwind Merge for Kirby CMS

276.3k](/packages/tobimori-kirby-tailwind-merge)[imarc/craft-sass

A Craft plugin that compiles SASS on the server as needed.

145.8k](/packages/imarc-craft-sass)

PHPackages © 2026

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