saloon-for-laravel
Installation
SKILL.md
Saloon for Laravel
When to use this skill
Use this skill when working with SaloonPHP in a Laravel 11+ application:
- Integrating with third-party APIs (REST, JSON, XML)
- Building API connectors, requests, and handling responses
- Authenticating API requests (token, basic, OAuth2, custom)
- Sending request bodies (JSON, form, multipart, XML)
- Testing API integrations with mocking and faking
- Implementing pagination, rate limiting, caching, or retries
- Building reusable SDKs for APIs
- Working with DTOs from API responses