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
Core Concepts
Related skills
More from whoami15/claude-code-laravel-skills
laravel-adjacency-list
Use staudenmeir/laravel-adjacency-list to build recursive tree and graph relationships in Laravel Eloquent using common table expressions (CTE) - ancestors, descendants, trees, nested results, depth, paths, cycle detection, and custom relationships.
6payrex-laravel
Use when working with the legionhq/laravel-payrex package or when building PayRex payment integrations in Laravel. Covers accepting payments (cards, GCash, Maya, BillEase, QR Ph, BDO Installment), Payment Intents, Checkout Sessions, PayRex Elements, webhook handling, billing statements, customer management, refunds, error handling, and testing. Philippine payment gateway.
1