PHPackages                             overburn/http-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. overburn/http-request

ActiveLibrary[HTTP &amp; Networking](/categories/http)

overburn/http-request
=====================

CURL wrapper for Laravel

1.0.0(10y ago)1429[2 issues](https://github.com/overburn/laravel-http-request/issues)MITPHP

Since May 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/overburn/laravel-http-request)[ Packagist](https://packagist.org/packages/overburn/http-request)[ RSS](/packages/overburn-http-request/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

overburn/laravel-http-request
=============================

[](#overburnlaravel-http-request)

[![Build Status](https://camo.githubusercontent.com/2a6e60a645e3042e373a8c5bcc926417bdd3a6941e468c97a10fa1d81cb34f5b/68747470733a2f2f7472617669732d63692e6f72672f6f7665726275726e2f6c61726176656c2d687474702d726571756573742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/overburn/laravel-http-request)[![Latest Stable Version](https://camo.githubusercontent.com/4a36de708c10536270adb4a696b40723490c8e64b6ff305313912734d2a2bfa6/68747470733a2f2f706f7365722e707567782e6f72672f6f7665726275726e2f687474702d726571756573742f762f737461626c65)](https://packagist.org/packages/overburn/http-request)[![Total Downloads](https://camo.githubusercontent.com/e80f3987556e96f61abe8f4f69568de678f22f777a96ebdfb64a1d6796cac0b2/68747470733a2f2f706f7365722e707567782e6f72672f6f7665726275726e2f687474702d726571756573742f646f776e6c6f616473)](https://packagist.org/packages/overburn/http-request)[![License](https://camo.githubusercontent.com/224fb6506095b97cfdf31b2b2ba5c2ae443beb8abcb5256a253a4259fcc9917d/68747470733a2f2f706f7365722e707567782e6f72672f6f7665726275726e2f687474702d726571756573742f6c6963656e7365)](https://packagist.org/packages/overburn/http-request)

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

[](#installation)

Update your `composer.json` file to include this package as a dependency

```
"overburn/http-request": "~1.0"
```

Register the HttpRequest service provider by adding it to the providers array in the `config/app.php` file.

```
Overburn\HttpRequest\HttpRequestServiceProvider::class
```

Alias the HttpRequest facade by adding it to the aliases array in the `config/app.php` file.

```
'aliases' => [
     'HttpRequest' => Overburn\HttpRequest\Facades\HttpRequest::class
]
```

Usage
-----

[](#usage)

### HttpRequest::request

[](#httprequestrequest)

Sends a request , and returns an array of the following form:

```
[
	"response" => "response body given by the server",
	"info" => "the results of curl_getinfo() on the current request"
]
```

Example:

```
$options = [
	"method" => "get",
	"url" => "http://www.example.com"
];

HttpRequest::request($options);
```

The options is an array

```
$options = [
	"method" => "get", //required - get, post, put, patch, delete
	"url" => "http://www.example.com", //required
	"params" => ["parameter"=>"value", "another" => "newvalue"], // url parameters for the request (optional)
	"data" => ["postdata[]"=>"avalue", "postdata[]"=>"anothervalue"], // data for post/put/patch/delete requests (optional, not available on "get")
	"files" => ["file" => "./example.pdf"], //an array of files (optional, not available on "get")
]
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

3709d ago

Major Versions

0.2.1 → 1.0.02016-05-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/49347811?v=4)[overburn](/maintainers/overburn)[@OverBurn](https://github.com/OverBurn)

---

Top Contributors

[![pepsivontwist](https://avatars.githubusercontent.com/u/2188318?v=4)](https://github.com/pepsivontwist "pepsivontwist (2 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![zvermafia](https://avatars.githubusercontent.com/u/7254584?v=4)](https://github.com/zvermafia "zvermafia (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/overburn-http-request/health.svg)

```
[![Health](https://phpackages.com/badges/overburn-http-request/health.svg)](https://phpackages.com/packages/overburn-http-request)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.7k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M87](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
