Skip to content

Commit

Permalink
Docs: integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jul 8, 2023
1 parent 4574d3e commit 6b95057
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Cron job scheduler - with locks, parallelism and more
- [List command - show all jobs](#list-command)
- [Worker command - run jobs periodically](#worker-command)
- [Lazy loading](#lazy-loading)
- [Integrations and extensions](#integrations-and-extensions)

## Why do you need it?

Expand Down Expand Up @@ -479,3 +480,7 @@ $manager->addJob(fn (): Job => new CallbackJob(/* ... */), $expression, $id);

$scheduler = new ManagedScheduler($manager);
```

## Integrations and extensions

- [Nette](https://github.com/nette) integration - [orisai/nette-scheduler](https://github.com/orisai/nette-scheduler)

0 comments on commit 6b95057

Please sign in to comment.