saloonphp / laravel-http-sender
Laravel HTTP Client Sender for Saloon v2+
Installs: 1 827 456
Dependents: 14
Suggesters: 0
Security: 0
Stars: 13
Watchers: 2
Forks: 5
pkg:composer/saloonphp/laravel-http-sender
Requires
- php: ^8.2
- illuminate/http: ^11.0|^12.0
- saloonphp/saloon: ^3.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^2.34|^3.7
- phpstan/phpstan: ^1.9|^2.1
- spatie/ray: ^1.33
README
This package is intended to be used with Laravel. To read more about Saloon, see here: https://github.com/sammyjo20/saloon
Saloon HTTP Sender
This is the Laravel HTTP client sender for Saloon v3, to install it run the following command
Laravel 11+
composer require saloonphp/laravel-http-sender "^3.0"
Laravel 9 or 10
composer require saloonphp/laravel-http-sender "^2.0"