PHPackages                             cronboy/cronboy - 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. cronboy/cronboy

ActiveLibrary

cronboy/cronboy
===============

Cronboy - Schedule Jobs For Laravel

1150[3 PRs](https://github.com/cronboy/cronboy/pulls)PHP

Since Nov 15Pushed 3y ago2 watchersCompare

[ Source](https://github.com/cronboy/cronboy)[ Packagist](https://packagist.org/packages/cronboy/cronboy)[ RSS](/packages/cronboy-cronboy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Laravel Cronboy
---------------

[](#laravel-cronboy)

[![Travis](https://camo.githubusercontent.com/df49391e03b4c0f91ba6f72fbb23127ff0707a0732fbd99e897f4ef99bd0af08/68747470733a2f2f6170692e7472617669732d63692e6f72672f63726f6e626f792f63726f6e626f792e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/df49391e03b4c0f91ba6f72fbb23127ff0707a0732fbd99e897f4ef99bd0af08/68747470733a2f2f6170692e7472617669732d63692e6f72672f63726f6e626f792f63726f6e626f792e7376673f6272616e63683d6d6173746572)[![StyleCI](https://camo.githubusercontent.com/6790fb3539612dde0da636256ac04e8652338d527ddccfcd6292c4abb1fc08d7/68747470733a2f2f7374796c6563692e696f2f7265706f732f37323839303636352f736869656c643f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/6790fb3539612dde0da636256ac04e8652338d527ddccfcd6292c4abb1fc08d7/68747470733a2f2f7374796c6563692e696f2f7265706f732f37323839303636352f736869656c643f6272616e63683d6d6173746572)[![Latest Unstable Version](https://camo.githubusercontent.com/97a7115bbe62a1a399edb5216c4bf911853ce6e2f22e3888b626721acb8c55cb/68747470733a2f2f706f7365722e707567782e6f72672f63726f6e626f792f63726f6e626f792f762f756e737461626c65)](https://packagist.org/packages/cronboy/cronboy)[![Total Downloads](https://camo.githubusercontent.com/7dad69e8787955f0a8b8e6a2ddbc837af887c6e971ecf9112dfd00de44d022bb/68747470733a2f2f706f7365722e707567782e6f72672f63726f6e626f792f63726f6e626f792f646f776e6c6f616473)](https://packagist.org/packages/cronboy/cronboy)[![Latest Stable Version](https://camo.githubusercontent.com/c0507fdc799c0040e819631dfa7f2f0bcf591d33c5f4b213e3a4f3f8ca81ef11/68747470733a2f2f706f7365722e707567782e6f72672f63726f6e626f792f63726f6e626f792f762f737461626c65)](https://packagist.org/packages/cronboy/cronboy)[![composer.lock](https://camo.githubusercontent.com/daf9ada71ded8899934afe5780739f52a24f782f2b681c50e88dd6fdc48c8c78/68747470733a2f2f706f7365722e707567782e6f72672f63726f6e626f792f63726f6e626f792f636f6d706f7365726c6f636b)](https://packagist.org/packages/cronboy/cronboy)[![License](https://camo.githubusercontent.com/366d844810c4d812724767cfa6c9342a7ad638ff575d0659a646955059a9b0f2/68747470733a2f2f706f7365722e707567782e6f72672f63726f6e626f792f63726f6e626f792f6c6963656e7365)](https://packagist.org/packages/cronboy/cronboy)

The idea to publish a service like Cronboy appeared when we have build web service that schedule jobs for our internal project. We notice that handling such kind of jobs is a general pattern and is boring to write those code from scratch for every project which need to execute this type of work. Is it interesting for laravel web developers? **Please leave some feadback, ideas, or questions to the github issues if you can.**

-

[Cronboy](http://cronboy.net) - is a distributed web service, that allows you to run scheduled jobs.

With Cronboy you can schedule a job execution in whatever time you want in the future. It creates, maintains, and reliably invokes scheduled work. Cronboy does not run any code. It only invokes code hosted elsewhere. Cronboy invokes jobs via HTTP/S endpoints or Messaging Queues.

Cronboy run jobs on any schedule: now, later, or recurring. It monitors your jobs execution and keeps a history of each created job. It is disigned for high availability and reliability.

It is a cinch to create applications which are able to run scheduled jobs with Cronboy.

\# Examples
-----------

[](#-examples)

You can schedule a post request after an hour for *http:://your-domain/your-route-to-dispatch*

```
