PHPackages                             pretorien/request - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. pretorien/request

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

pretorien/request
=================

RequestBundle allows you to send public HTTP requests or through a proxy

v1.0(6y ago)04PHP

Since Apr 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pretorien/request)[ Packagist](https://packagist.org/packages/pretorien/request)[ RSS](/packages/pretorien-request/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (8)Versions (4)Used By (0)

Request bundle
==============

[](#request-bundle)

This repository contains Request bundle which helps you to send requests in a public way or behind a proxy. Several commands allow you to fetching and checking proxies.

> This bundle based on [Symfony HttpClient Component](https://symfony.com/doc/current/components/http_client.html)

Installation
------------

[](#installation)

Installation using composer :

```
   composer require pretorien/request
```

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
