Download the PHP package esign/laravel-outbound-ip without Composer
On this page you can find all versions of the php package esign/laravel-outbound-ip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download esign/laravel-outbound-ip
More information about esign/laravel-outbound-ip
Files in esign/laravel-outbound-ip
Package laravel-outbound-ip
Short Description Discover the outbound IP address of your server
License MIT
Homepage https://github.com/esign/laravel-outbound-ip
Informations about the package laravel-outbound-ip
Discover the outbound IP address of your server
This package provides various ways to discover the outbound IP address of your server.
Installation
You can install the package via composer:
Usage
This package ships with both a command and a route to discover the outbound IP address of your server. These different strategies prove useful in scenarios where your server utilizes different IP addresses for outgoing requests originating from SSH versus those from the web server.
Using a command
To discover the outbound IP address of your server's SSH jail, you may run the following command:
Using a route
To discover the outbound IP address of your web server, you may visit the /outbound-ip
route.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-outbound-ip with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0