PHPackages                             kapersoft/knocker-for-laravel - 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. kapersoft/knocker-for-laravel

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

kapersoft/knocker-for-laravel
=============================

This is my package knocker-for-laravel

v1.0.1(11mo ago)01.3k[1 PRs](https://github.com/kapersoft/knocker-for-laravel/pulls)MITPHPPHP ^8.3CI passing

Since May 24Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/kapersoft/knocker-for-laravel)[ Packagist](https://packagist.org/packages/kapersoft/knocker-for-laravel)[ Docs](https://github.com/kapersoft/knocker-for-laravel)[ GitHub Sponsors](https://github.com/kapersoft)[ RSS](/packages/kapersoft-knocker-for-laravel/feed)WikiDiscussions main Synced 1mo ago

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

Knocker for Laravel
===================

[](#knocker-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/022124f2415508ee801ce6fdb6c913fecd4b61ed43b0895c59d6ae50db139c7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61706572736f66742f6b6e6f636b65722d666f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kapersoft/knocker-for-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fab6af2069cbaacd6de6850db3ed9b0978868785bb870f03508fdcf3ec81479b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b61706572736f66742f6b6e6f636b65722d666f722d6c61726176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/kapersoft/knocker-for-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a76c3665eb1a511ec9ddd2dad4e066b27d4246ba0281e8a1e032cb58f0ddcfa2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b61706572736f66742f6b6e6f636b65722d666f722d6c61726176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/kapersoft/knocker-for-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4381eee7471fb486f4da8126f52fe0d192e1018cd5a40105e738116f9d0db22a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b61706572736f66742f6b6e6f636b65722d666f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kapersoft/knocker-for-laravel)

A Laravel package that seamlessly integrates your application with **Knocker for Laravel Cloud** - a reliable service that ensures your scheduled tasks continue running even when your Laravel application is in hibernation mode.

Learn more about Knocker for Laravel Cloud at .

Requirements
------------

[](#requirements)

- PHP 8.3 or higher
- Laravel 12.0 or higher

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

[](#installation)

Install the package using Composer:

```
composer require kapersoft/knocker-for-laravel
```

Publish configuration file
--------------------------

[](#publish-configuration-file)

If you like, you can publish the configuration file:

```
php artisan vendor:publish --tag="knocker-for-laravel-config"
```

This will create a configuration file with the following structure:

```
return [
    'endpoint' => env('KNOCKER_ENDPOINT', 'https://knocker.laravel.cloud/api/v1/schedulerTasks'),
    'token' => env('KNOCKER_TOKEN', ''),
];
```

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

[](#configuration)

After registering your application on [Knocker for Laravel Cloud](https://knocker.laravel.cloud), add your authentication token to the `.env` file:

```
KNOCKER_TOKEN=your-knocker-token-here
```

Usage
-----

[](#usage)

### Registering Scheduled Tasks

[](#registering-scheduled-tasks)

To register your application's scheduled tasks with [Knocker for Laravel Cloud](https://knocker.laravel.cloud), run the following command:

```
php artisan knocker:send-scheduler-tasks
```

This command performs the following actions:

1. **Scans** your scheduled tasks. These are usually in `routes/console.php` or `app/Console/Kernel.php`
2. **Extracts** task configurations including:
    - Cron expressions and timing
    - Command names and descriptions
    - Timezone settings
    - Callback functions and closures
3. **Uploads** the task information to [Knocker for Laravel Cloud](https://knocker.laravel.cloud)

### Deployment Integration

[](#deployment-integration)

For seamless integration, add the registration command to your deployment pipeline:

```
php artisan knocker:send-scheduler-tasks
```

This ensures your task configurations are automatically updated with each deployment, keeping [Knocker for Laravel Cloud](https://knocker.laravel.cloud) synchronized with your latest scheduled tasks.

Testing
-------

[](#testing)

Run the test suite:

```
composer test
```

Documentation
-------------

[](#documentation)

Please see the following files for additional information:

- [CHANGELOG](CHANGELOG.md) - Recent changes and version history
- [CONTRIBUTING](CONTRIBUTING.md) - Contribution guidelines
- [LICENSE](LICENSE.md) - MIT License details

Security
--------

[](#security)

Please review [our security policy](SECURITY.MD) for information on reporting security vulnerabilities.

Credits
-------

[](#credits)

- [Jan Willem Kaper](https://github.com/kapersoft) - Package Author
- [All Contributors](../../contributors) - Community Contributors

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT License](LICENSE.md).

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance72

Regular maintenance activity

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

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

Total

2

Last Release

353d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b282b144777d8ee6a9f1d468dd4fd44e549e337fee20857af65252fa505aeca?d=identicon)[kapersoft](/maintainers/kapersoft)

---

Top Contributors

[![kapersoft](https://avatars.githubusercontent.com/u/13007854?v=4)](https://github.com/kapersoft "kapersoft (14 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

cloudknockerlaravellaravel-cloudlaravel-frameworkscheduled-tasksschedulerlaravelKapersoft bvlaravel cloudknocker-for-laravel

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kapersoft-knocker-for-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/kapersoft-knocker-for-laravel/health.svg)](https://phpackages.com/packages/kapersoft-knocker-for-laravel)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)[edofre/laravel-fullcalendar-scheduler

Laravel component for fullcalendar scheduler module

251.5k](/packages/edofre-laravel-fullcalendar-scheduler)

PHPackages © 2026

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