Download the PHP package jpcaparas/laravel-http-socks5 without Composer
On this page you can find all versions of the php package jpcaparas/laravel-http-socks5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jpcaparas/laravel-http-socks5
More information about jpcaparas/laravel-http-socks5
Files in jpcaparas/laravel-http-socks5
Download jpcaparas/laravel-http-socks5
More information about jpcaparas/laravel-http-socks5
Files in jpcaparas/laravel-http-socks5
Vendor jpcaparas
Package laravel-http-socks5
Short Description Extends the Laravel HTTP service to allow for easy SOCKS5 proxying and provides the ability to debug the response.
License MIT
Package laravel-http-socks5
Short Description Extends the Laravel HTTP service to allow for easy SOCKS5 proxying and provides the ability to debug the response.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-http-socks5
Laravel HTTP client macro for SOCKS5 proxying
This package extends the Laravel HTTP service to allow for easy, parameterised SOCKS5 proxying
Installation
You can install the package via composer:
Usage
Registering the Service Provider
Add the service provider to your config/app.php
:
Setting up the SOCKS5 Proxy
To use the SOCKS5 proxy, you can utilize the fluent interface:
Method Chaining
You can chain multiple configuration methods:
Debugging the Response
Enable debugging to see detailed connection information:
Tests
Trying it out
You can experiment with the package using Laravel Tinker. First, run:
Then try this example (outputs detailed connection info):
Example output:
All versions of laravel-http-socks5 with dependencies
PHP Build Version
Package Version
The package jpcaparas/laravel-http-socks5 contains the following files
Loading the files please wait ....