79709734

Date: 2025-07-21 23:59:55
Score: 3
Natty:
Report link

I had the exact same problem when sending webhook callbacks from our API, some remote servers were slow to respond. To solve this, I made this Laravel package that moves requests to the background and executing them with cURL in a forked process on the server. If you're not using Laravel, you can just copy the logic and use it in any PHP application. https://packagist.org/packages/oliverlundquist/laravel-http-background

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Oliver