Search by

tobya / saloonforge

tobya

Autogenerate Connectors and Requsts from Routes

Package info

github.com/tobya/SaloonForge

Homepage

pkg:composer/tobya/saloonforge

Fund package maintenance!

Tobya

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

0.2 2026-09-12 12:26 UTC

This package is auto-updated.

Last update: 2026-09-12 18:10:55 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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.