Download the PHP package moneo/laravel-request-forwarder without Composer
On this page you can find all versions of the php package moneo/laravel-request-forwarder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moneo/laravel-request-forwarder
More information about moneo/laravel-request-forwarder
Files in moneo/laravel-request-forwarder
Package laravel-request-forwarder
Short Description Laravel Request Forwarder allows you to forward incoming requests to another addresses.
License MIT
Homepage https://github.com/moneo/laravel-request-forwarder
Informations about the package laravel-request-forwarder
Laravel Request Forwarder
Sometimes we need to redirect requests to our application to other addresses. The best example of this is webhooks. Some service providers only send webhooks to a single address. With this package, you can post the requests coming to your application to another address as it is.
In addition to sending to a single URL, you can also send to different destinations by typing a custom provider. In our package you can see an example that sends notifications to Discord!
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Add middleware to your routes which will be forwarded
Testing
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
- Emre Dipi
- Mücahit Cücen
- Semih Keskin
- Taha Çalışkan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-request-forwarder with dependencies
guzzlehttp/guzzle Version ^7.8
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0