laravel-plugin
Build, test, and mock Laravel API integrations with Saloon
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Saloon Laravel Plugin?โผ
Run `npx skills add saloonphp/laravel-plugin --all -g -y` in your terminal to install all skills in this suite globally.
How to create API integrations in Laravel?โผ
Use Artisan commands like `php artisan saloon:connector` and `php artisan saloon:request` to generate connector and request classes, then send requests through the connector.
How to mock API requests in Laravel tests?โผ
Use the Saloon facade with `Saloon::fake()` to return mock responses for specific requests, so tests run without hitting real external APIs.
Does Saloon support authentication and retries?โผ
Yes. It includes token, basic, and OAuth2 authenticators, plus built-in plugins for retries, rate limiting, and timeouts.
Can I use Saloon without deep HTTP knowledge?โผ
Yes. The generator commands and clear class structure handle the HTTP details, so you only define endpoints and configuration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core