saloonphpsaloonphpOfficialยท1 Agent Skills Included

laravel-plugin

Build, test, and mock Laravel API integrations with Saloon

Builds API integrations in Laravel using Saloon connectors, requests, responses, and authenticators. Generates integration classes with Artisan commands and mocks HTTP requests for fast, reliable testing. Handles authentication, retries, pagination, and middleware so developers avoid repetitive boilerplate code. Connects with Telescope, Pulse, and Nightwatch for full request visibility.
npx skills add saloonphp/laravel-plugin --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’