PHPackages                             toflar/cronjob-supervisor - 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. toflar/cronjob-supervisor

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

toflar/cronjob-supervisor
=========================

A simple supervisor for processes that can be triggered using a minutely cronjob

2.1.1(2mo ago)3376.5k↓40.6%32MITPHPPHP ^8.1CI passing

Since Nov 13Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/Toflar/cronjob-supervisor)[ Packagist](https://packagist.org/packages/toflar/cronjob-supervisor)[ GitHub Sponsors](https://github.com/Toflar)[ RSS](/packages/toflar-cronjob-supervisor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (5)Versions (8)Used By (2)

Cronjob Supervisor
==================

[](#cronjob-supervisor)

Need to have a number of workers on some server but have no access to any daemon like `supervisord` or the likes but can configure a minutely cronjob? This library might come in handy for you then.

1. Installation

`composer require toflar/cronjob-supervisor`

2. Create your `runner.php`:

```
