orobogenius / sansdaemon

Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process
https://medium.com/@orobogenius/laravel-queue-processing-on-shared-hosting-dedd82d0267a
MIT License
176 stars 17 forks source link

Suggest my fork as maintained library #38

Open arxeiss opened 2 months ago

arxeiss commented 2 months ago

You did really good piece of library. I was using that since beginning and you also implemented some of my suggestions.

But seems, you do not have time to maintain this anymore. I don't blame you - normal thing in OSS. But you might want to archive your repo and suggest my fork as maintained library. I'm using that in production code so I need it to work in latest Laravel.

Just add this line to your composer.json and maybe mention in readme my fork https://github.com/arxeiss/sansdaemon

"abandoned": "arxeiss/sansdaemon"

Thank you