Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Requests Laravel Package

rmccue/requests

Requests is a human-friendly PHP HTTP client for sending GET/POST/PUT/DELETE/PATCH/HEAD requests with headers, auth, files, and parameters. Supports cURL or fsockopen, SSL verification, decompression, and IDN URLs with a consistent API.

View on GitHub
Deep Wiki
Context7

Requests through proxy

Making requests through HTTP proxies is fully supported.

To make requests through an open proxy, specify the following options:

$options = array(
    'proxy' => '127.0.0.1:3128'
);
\WpOrg\Requests\Requests::get('https://httpbin.org/ip', array(), $options);

If your proxy needs you to authenticate, the option will become an array like in the following example:

$options = array(
    'proxy' => array( '127.0.0.1:3128', 'my_username', 'my_password' )
);
\WpOrg\Requests\Requests::get('https://httpbin.org/ip', array(), $options);

Previous: Custom authentification

Next: Hooking system

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/entity-migrator
codraw/doctrine-extra
codraw/aws-tool-kit
codraw/validator
codraw/workflow
codraw/open-api
codraw/cron-job
codraw/process
codraw/log
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony