# Tutorials & Blog Posts

### Video Tutorials

#### Wrangling APIs in the Wild West using Saloon

{% embed url="<https://www.youtube.com/watch?v=ZV00ggpWfBU>" %}
Created by Sam Carré
{% endembed %}

#### Saloon - A PHP package to simplify API integrations

{% embed url="<https://www.youtube.com/watch?v=r3AU6uYQGt4>" %}
Created by Andrew Schmelyun
{% endembed %}

#### Demystifying Saloon: A Step-by-Step Guide

{% embed url="<https://www.youtube.com/watch?v=Pl51BkVTn8M>" %}
Created by Ruslan Steiger
{% endembed %}

#### Integrate an API with Laravel and Saloon (FR)

{% embed url="<https://www.youtube.com/watch?v=8rPXqmBG99c>" %}
Created by Nord Coders
{% endembed %}

## API Integrations using Saloon in Laravel

Steve McDougall wrote a super in-depth tutorial for building a GitHub integration in Laravel using Saloon that enabled you to see a status of repository workflows. It's a great example of using Saloon and is good to follow if you would like to get started

<https://laravel-news.com/api-integrations-using-saloon-in-laravel>

### Podcast

Want to \*hear\* more about Saloon? The creator of Saloon, Sam Carré and Jake Bennet recorded an episode all about how Saloon works on the North Meets South podcast. Click on the link below to listen to the podcast episode.

[Listen on their website](https://www.northmeetssouth.audio/112)

[Listen on Apple Podcasts](https://podcasts.apple.com/us/podcast/north-meets-south-web-podcast/id1123508667?i=1000551046555)

[Listen on Spotify](https://open.spotify.com/episode/1oT4LC4bQSx2PNNMQDAkIc?si=b695129aa0d34327\&nd=1)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.saloon.dev/conclusion/tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
