> For the complete documentation index, see [llms.txt](https://docs.saloon.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saloon.dev/the-basics/installation.md).

# Installation

To get started with Saloon, you will need to install it through [Composer](https://getcomposer.org/).&#x20;

```bash
composer require saloonphp/saloon "^4.0"
```

### Using Laravel?

You can install an additional Laravel Plugin for Saloon which provides Artisan console commands, a facade and useful testing helpers. To read more about the Laravel plugin [click here](/installable-plugins/laravel-integration.md).
