Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammyjo20/saloon-docs
Documentation for Saloon
https://github.com/sammyjo20/saloon-docs
Last synced: 6 days ago
JSON representation
Documentation for Saloon
- Host: GitHub
- URL: https://github.com/sammyjo20/saloon-docs
- Owner: Sammyjo20
- Created: 2022-04-11T16:56:35.000Z (over 2 years ago)
- Default Branch: v3
- Last Pushed: 2024-08-03T15:07:35.000Z (3 months ago)
- Last Synced: 2024-08-03T16:25:59.115Z (3 months ago)
- Homepage: https://docs.saloon.dev
- Size: 6.76 MB
- Stars: 20
- Watchers: 0
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
description: Build beautiful API integrations and SDKs with Saloon
---# 🤠Saloon
Saloon is a PHP library that helps you rapidly build third party API integrations or SDKs. It's configured to be production-ready by default, offers a simple, standardised development flow for your whole team and has utilities to help test your API integrations before you ship to production. Saloon is loved by thousands of developers and downloaded over 2 million times.
[![Build Status](https://github.com/saloonphp/saloon/actions/workflows/tests.yml/badge.svg)](https://img.shields.io/github/actions/workflow/status/saloonphp/saloon/tests.yml?label=tests)![](https://img.shields.io/packagist/dm/saloonphp/saloon)![](https://img.shields.io/github/stars/saloonphp/saloon)
Introducing Saloon v3
### Key Features
* Lightweight, only depends on one library - Guzzle.
* Offers "Connector" and "Request" classes to encapsulate API integrations into files
* Allows you to record real requests in your tests so you have accurate testing data for your assertions.
* Works in any PHP framework, or just regular PHP applications (with Composer)
* Comes with powerful plugins to handle caching, rate limits, data transfer objects, XML, and more{% content-ref url="the-basics/installation.md" %}
[installation.md](the-basics/installation.md)
{% endcontent-ref %}