oliverlundquist / laravel-http-background
Non-Blocking HTTP Requests in Laravel.
0.0.1
2025-07-16 06:10 UTC
Requires
- php: ^8.2
- lib-curl: *
- illuminate/broadcasting: ^11.0|^12.0
- illuminate/console: ^11.0|^12.0
- illuminate/contracts: ^11.0|^12.0
- illuminate/queue: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.82
- orchestra/testbench: ^10.4
- phpstan/phpstan: ^2.1
This package is auto-updated.
Last update: 2025-07-16 09:35:03 UTC
README
Windows Users
PowerShell is currently not supported. However, adding support shouldn't be too difficult, since the cURL arguments are mostly the same - just replace -o /dev/null with -o NUL.
I'm not a PowerShell expert, but I believe something like (Start-Job { & command }).Id could be used to retrieve the job ID. You could then check the job status later using Get-Job -Id $id.
If you're interested in contributing PowerShell support, feel free to open a pull request!