Saloon
CtrlK
GithubOfficial BookSponsor
v3
v3
  • 🤠Saloon
  • Upgrade
    • 🪄What's new in v3
    • 🌳Upgrading from v2
  • The Basics
    • ⬇️Installation
    • 🔌Connectors
    • ✉️Requests
    • 🔐Authentication
    • 🎁Sending Body/Data
      • JSON Body
      • Multipart Form Body
      • XML Body
      • URL Encoded Body (Form)
      • String / Plain Text Body
      • Stream Body
    • 🚀Sending Requests
    • 📡Responses
    • 🔥Handling Failures
    • 🔎Debugging
    • ✅Testing
  • Digging Deeper
    • 🛸Data Transfer Objects
    • ✨Building SDKs
    • ☝️Solo Requests
    • 🎯Retrying Requests
    • ⏸️Delaying Requests
    • 🏎️Concurrency & Pools
    • 🔑OAuth2
      • Authorization Code Grant
      • Client Credentials Grant
    • 💫Middleware
    • ⛩️PSR Support
  • Installable Plugins
    • 📚Pagination
      • Paged Pagination
      • Limit/Offset Pagination
      • Cursor Pagination
      • Custom Pagination
    • ⛵Laravel Plugin
    • 🔁Caching
    • ⛔Rate Limit Handler
    • 🏭Auto SDK Generator
    • 🤠Lawman
    • 🏇XML Wrangler
    • 🏗️Building Your Own Plugins
  • Conclusion
    • 📘Official Book!
    • 📔How-to Guides
      • Improving Speed With Laravel
      • Per-request Authentication
    • 📖Tutorials & Blog Posts
    • 🎖️Showcase
    • 💥Known Issues
    • 🤗Credits
    • ❤️Support Saloon
Powered by GitBook
On this page
Edit on GitHub
  1. The Basics

⬇️Installation

To get started with Saloon, you will need to install it through Composer.

composer require saloonphp/saloon "^3.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.

PreviousUpgrading from v2NextConnectors

Last updated 1 year ago