Replies: 1 comment 2 replies
-
|
Hey! The short answer is that I learned about https://temporal.io/. I saw how https://github.com/temporalio/sdk-php worked. And I thought to myself, "I bet I could write the same thing but using Laravel queues." So, here we are! 😄 The medium answer is that while you could do the same thing this package can do using a mixture of queues, console commands, cron jobs, database records, etc, this package hides all that complexity from you, similar to how Temporal hides it from you. The long answer can be found at https://docs.temporal.io/concepts/why-temporal and https://dev.to/rmcdaniel/laravel-workflow-orchestration-vs-choregraphy-5aj8 Thanks for the question! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, why did you create that package? what is missing from your point of view when it comes to laravel queues and the existing batch processing?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions