百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

saloon

> 后端框架
开源

使用 Saloon 构建美观的 API 集成和 SDK

2.4K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

使用 Saloon 构建美观的 API 集成和 SDK

## Introduction Saloon is a PHP library that gives you the tools to build beautifully simple API integrations and SDKs. Saloon moves your API requests into reusable classes so you can keep all your API configurations in one place. Saloon comes with many exciting features out of the box like recording requests in your tests, caching, OAuth2 and pagination. It's a great starting point for building simple, standardised API integrations in your application. ```php send(new GetServersRequest); $data = $response->json(); ``` ## Key Features - Provides a simple, easy-to-learn, and modern way to build clean, reusable API integrations - Built on top of Guzzle, the most popular and feature-rich HTTP client - Works great within a team as it provides a standard everyone can follow - Great for building your next PHP SDK or library - Packed full of features like request recording, request concurrency, caching, data-transfer-object support, and full Laravel support. - Framework agnostic - Lightweight and has few dependencies. ## Getting Started [Click here to get started](https://docs.saloon.dev/getting-started/installation) ## Contributing Please see [here](../.github/CONTRIBUTING.md) for more details about contributing. ## Security Please see [here](../.github/SECURITY.md) for our security policy. ## Credits - [Sam Carré](https://github.com/Sammyjo20) - [All Contributors](https://github.com/Sammyjo20/Saloon/contributors) And a special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

> 标签

PHPapiapi-integrationsapi-wrapperframework-agnostic

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类后端框架
定价开源

> 相关工具

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架