Download the PHP package mrethical/http-proxies without Composer
On this page you can find all versions of the php package mrethical/http-proxies. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mrethical/http-proxies
More information about mrethical/http-proxies
Files in mrethical/http-proxies
Package http-proxies
Short Description Use http proxies within your Laravel application
License MIT
Homepage https://github.com/mrethical/http-proxies
Informations about the package http-proxies
Use http proxies within your Laravel application
This package help you set up a simple ip proxies management. It can also give you a GuzzleClient with a fresh active proxy configured.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
Add a proxy by calling the http-proxies:add
command
On your code, get a GuzzleClient with a fresh active proxy.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Jefferson Magboo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of http-proxies with dependencies
guzzlehttp/guzzle Version ^7.0.1
illuminate/contracts Version ^10.0|^9.0|^8.0
spatie/laravel-package-tools Version ^1.12.1