tobya / saloonforge
Autogenerate Connectors and Requsts from Routes
Fund package maintenance!
Requires
- php: ^8.3
- illuminate/contracts: ^11.0||^12.0
- saloonphp/laravel-plugin: ^4.00
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- spatie/laravel-ray: ^1.35
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-12 18:10:55 UTC
README
Saloon is really amazing and allows you to generate a set of objects that allow you to call an external api in a controlled fashion. If you own that api, or have an internal api, Saloon Forge can help you to generate these request classes for all your routes, straight from your routes file.
Installation
You can install the package via composer:
composer require tobya/saloonforge
You can publish the config file with:
php artisan vendor:publish --tag="saloonforge-config"
Usage
php artisan Saloon:Forge Photo
This will generate a set of requests and a Connector for the Photo integration you have set up in the config file.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.