PHPackages                             win-local-inc/remote-cron - 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. win-local-inc/remote-cron

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

win-local-inc/remote-cron
=========================

A package for remote cron.

1.1.0(3y ago)04.5kMITPHPPHP ^8.0

Since Feb 16Pushed 3y ago3 watchersCompare

[ Source](https://github.com/Win-Local-Inc/remote-cron)[ Packagist](https://packagist.org/packages/win-local-inc/remote-cron)[ RSS](/packages/win-local-inc-remote-cron/feed)WikiDiscussions main Synced 2w ago

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

Remote call Package
===================

[](#remote-call-package)

### Installation

[](#installation)

- update array to your needs in `config/remotecron.php` with

```
[
    'middleware' => [
        'throttle:remotecron',
        WinLocal\RemoteCron\Middleware\TokenAuth::class,
    ],
    'path' => env('WINLOCAL_CRON_PATH', 'remote/cron'),
    'queue_connection' => env('WINLOCAL_CRON_QUEUE_CONNECTION', 'redis'),
    'token' => env('WINLOCAL_CRON_TOKEN'),
];
```

- add envs :

```
WINLOCAL_CRON_PATH=
WINLOCAL_CRON_TOKEN=
WINLOCAL_CRON_QUEUE_CONNECTION=
```

- each service needs to run supervisor

`php artisan queue:work redis --max-time=3600 --max-jobs=100 --tries=3 --timeout=3550`

- new cron jobs needs to be add in super admin service database in tables : cron\_services, cron\_jobs

```

cron_services
name: Advert
url: https://sericename.stage.com/remote/cron
token: ***token***

cron_jobs
name: Report Upload
command: facebook:upload
parameters:
schedule: */10 * * * *

```

- to run tests on package

`vendor/bin/testbench package:test --configuration=tests/phpunit.xml`

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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 ~31 days

Total

3

Last Release

1161d ago

PHP version history (2 changes)1.0.11PHP ^7.1|^8.0

1.1.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3300771?v=4)[Mood](/maintainers/rawaby88)[@rawaby88](https://github.com/rawaby88)

![](https://avatars.githubusercontent.com/u/10598803?v=4)[Piotr Blaszkowski](/maintainers/piotrek-lifeinmobile)[@piotrek-lifeinmobile](https://github.com/piotrek-lifeinmobile)

---

Top Contributors

[![piotrek-lifeinmobile](https://avatars.githubusercontent.com/u/10598803?v=4)](https://github.com/piotrek-lifeinmobile "piotrek-lifeinmobile (16 commits)")

---

Tags

remote-cron

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/win-local-inc-remote-cron/health.svg)

```
[![Health](https://phpackages.com/badges/win-local-inc-remote-cron/health.svg)](https://phpackages.com/packages/win-local-inc-remote-cron)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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