PHPackages                             ibrand/laravel-scheduling - 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. ibrand/laravel-scheduling

ActiveLibrary

ibrand/laravel-scheduling
=========================

ibrand's laravel scheduling. Split scheduling to every package.

v1.0.1(6y ago)516.0k↑867.7%11MITPHPPHP &gt;=5.6

Since Jan 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/guojiangclub/laravel-scheduling)[ Packagist](https://packagist.org/packages/ibrand/laravel-scheduling)[ RSS](/packages/ibrand-laravel-scheduling/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (1)

### Installation

[](#installation)

```
$ composer require ibrand/laravel-scheduling -vvv
```

If your Laravel version below 5.5, you need add the follow line to the section `providers` of `config/app.php`:

```
iBrand\Scheduling\ServiceProvider::class,
```

### Usage

[](#usage)

#### extend Scheduling abstract class

[](#extend-scheduling-abstract-class)

```
use iBrand\Scheduling\Scheduling;

class YourSchedule extends Scheduling {

    public function schedule(){

        //Your schedule logic.
        $this->schedule->call(function () {

        })->daily();
    }
}
```

#### register

[](#register)

Add follow line to you ServiceProvider register method.

```
 $this->app->make(iBrand\Scheduling\ScheduleList::class)->add(YourSchedule::class);
```

果酱云社区
-----

[](#果酱云社区)

 [ ![点击跳转](https://camo.githubusercontent.com/6359e5bd680f99c0f946287e22a32d5935d94a942ae2116a0b2f6f0c7a70ccca/68747470733a2f2f63646e2e67756f6a69616e672e636c75622f696d6167652f323032322f30322f31362f77755f316673306a62636f32313832673238306c317661676d376265362e706e67) ](https://guojiang.club/)

- 全网真正免费的IT课程平台
- 专注于综合IT技术的在线课程，致力于打造优质、高效的IT在线教育平台
- 课程方向包含Python、Java、前端、大数据、数据分析、人工智能等热门IT课程
- 300+免费课程任你选择

 [ ![点击跳转](https://camo.githubusercontent.com/8f168577f9682601d01cf6c726dbbccd911815b2b6d4f999e27475448f22a107/68747470733a2f2f63646e2e67756f6a69616e672e636c75622f696d6167652f323032322f30322f31362f77755f316673306c383261653170713131653433316a366e31376a7331767137362e706e67) ](https://guojiang.club/)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~781 days

Total

2

Last Release

2253d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05a4dd937f49471fe1d2cb4da6445668df23b2ad2422789b3aaed3ef9459c377?d=identicon)[shjchen](/maintainers/shjchen)

---

Top Contributors

[![chenbidepro](https://avatars.githubusercontent.com/u/9166101?v=4)](https://github.com/chenbidepro "chenbidepro (3 commits)")[![tangqi1916](https://avatars.githubusercontent.com/u/193469035?v=4)](https://github.com/tangqi1916 "tangqi1916 (2 commits)")

---

Tags

laravellaravel-packagescheduleibrandlaravel scheduling

### Embed Badge

![Health badge](/badges/ibrand-laravel-scheduling/health.svg)

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

###  Alternatives

[ibrand/laravel-sms

ibrand laravel sms base overtrue's easy-sms

7125.9k7](/packages/ibrand-laravel-sms)[ibrand/laravel-miniprogram-poster

iBrand's laravel miniprogram poster tool

7116.5k](/packages/ibrand-laravel-miniprogram-poster)[ibrand/pay

ibrand pay component

1315.9k](/packages/ibrand-pay)

PHPackages © 2026

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