Links
👋

Installation

To get started with Saloon, you will need to install it through Composer.
composer require sammyjo20/saloon "^2.0"
Saloon supports PHP 8.1+

Dependencies

Saloon has just three dependencies.

Using Laravel?

You may also install the optional Saloon helper library for Laravel, which adds a config file, commands and a facade to let you easily test.
composer require sammyjo20/saloon-laravel "^2.0"
To read more about the Laravel integration click here