PHPackages                             netflex/scheduler - 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. netflex/scheduler

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

netflex/scheduler
=================

v7.0.1(2mo ago)01.4kMITPHPPHP ^8.4

Since May 6Pushed 2mo agoCompare

[ Source](https://github.com/netflex-sdk/scheduler)[ Packagist](https://packagist.org/packages/netflex/scheduler)[ RSS](/packages/netflex-scheduler/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (36)Versions (296)Used By (0)

Netflex Scheduler
=================

[](#netflex-scheduler)

[![Stable version](https://camo.githubusercontent.com/e0bb0232c99bdcae17569d257db421300ef5219c7d60baea5a4c91609fd09f39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6574666c65782f7363686564756c65723f6c6162656c3d737461626c65)](https://packagist.org/packages/netflex/scheduler)[![Build status](https://github.com/netflex-sdk/framework/actions/workflows/split_monorepo.yaml/badge.svg)](https://github.com/netflex-sdk/framework/actions/workflows/split_monorepo.yaml)[![License: MIT](https://camo.githubusercontent.com/4ab654ac03c01efe43cce5fc4de153c5bef02688bd1f4d004ffd69ac63c31211/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e6574666c65782d73646b2f6c6f672e737667)](https://opensource.org/licenses/MIT)[![Contributors](https://camo.githubusercontent.com/e01836b76903338fa30a2133b13b6a0ae9710f22af63bd0f66128df370003623/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f6e6574666c65782d73646b2f73646b2e7376673f636f6c6f723d677265656e)](https://github.com/netflex-sdk/sdk/graphs/contributors)[![Downloads](https://camo.githubusercontent.com/0a7fcae99c5af6a72bf88bacd71d10878eabe73db1194064147d63a27f78ad22/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6e6574666c65782f7363686564756c6572)](https://packagist.org/packages/netflex/scheduler/stats)

\[READ ONLY\] Subtree split of the Netflex Scheduler component (see [netflex/framework](https://github.com/netflex-sdk/framework))

Use Laravels job dispatching with Netflex Scheduled Tasks API.

Setup
-----

[](#setup)

```
composer require netflex/scheduler
```

Configuration
-------------

[](#configuration)

.env:

```
QUEUE_CONNECTION=scheduler

```

config/queue.php:

```
return [

  'default' => env('QUEUE_CONNECTION', 'scheduler'),

  'connections' => [
    'scheduler' => [
      'driver' => 'netflex',
      'url' => 'https://site.domain'
    ],
  ]
];
```

Usage
-----

[](#usage)

Use it just like Laravels regular job dispathcer:

```
dispatch(new App\Jobs\MyJob($arguments));
```

The scheduler connection will then serialize this job and schedule it for later processing.

Quirks
------

[](#quirks)

The job wil never be executed at the exact time. It can be delayed several minutes (but usually never more than a minute). So if your job should run at 00:00:00, you should schedule it at 23:59:00.

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance85

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity94

Battle-tested with a long release history

 Bus Factor1

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

Recently: every ~68 days

Total

295

Last Release

77d ago

Major Versions

v4.43.0 → v5.3.52024-03-12

v4.50.2 → v5.0.02024-03-12

v5.4.5 → v6.0.42025-08-17

v4.50.3 → v6.7.32025-09-04

v6.7.0 → v7.0.12026-06-03

PHP version history (4 changes)v2.0.0PHP ^7.3

4.0.4PHP ^7.4|^8.0

v6.0.4PHP ^8.2

v7.0.1PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14291825?v=4)[Thomas Alrek](/maintainers/thomas-alrek)[@thomas-alrek](https://github.com/thomas-alrek)

---

Top Contributors

[![thomas-alrek](https://avatars.githubusercontent.com/u/14291825?v=4)](https://github.com/thomas-alrek "thomas-alrek (205 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (1 commits)")

### Embed Badge

![Health badge](/badges/netflex-scheduler/health.svg)

```
[![Health](https://phpackages.com/badges/netflex-scheduler/health.svg)](https://phpackages.com/packages/netflex-scheduler)
```

###  Alternatives

[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k57.2M683](/packages/laravel-scout)[illuminate/auth

The Illuminate Auth package.

9328.5M1.4k](/packages/illuminate-auth)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.4M237](/packages/illuminate-broadcasting)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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