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

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

openprovider/http
=================

Openprovider Http Service

1.0.11(3y ago)27.6k2MITPHPPHP &gt;=5.4.37

Since Aug 1Pushed 3y ago20 watchersCompare

[ Source](https://github.com/openprovider/http)[ Packagist](https://packagist.org/packages/openprovider/http)[ Docs](http://openprovider.eu)[ RSS](/packages/openprovider-http/feed)WikiDiscussions master Synced 2mo ago

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

Openprovider HTTP Library
=========================

[](#openprovider-http-library)

[![Build Status](https://camo.githubusercontent.com/da229a271a59e6712d7b47e511d0b7e33b883dab3964a834d49109d3b37090ec/68747470733a2f2f7472617669732d63692e6f72672f6f70656e70726f76696465722f687474702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/openprovider/http)

A simple HTTP PHP library based on Curl, which helps to create HTTP request and get convenient response.

### Current version

[](#current-version)

1.0.11

### Examples

[](#examples)

```
use \Openprovider\Service\Http\Request;
use \Openprovider\Service\Http\Response;

$response = Request::get('google.com')->execute();
$status = $response->getHttpStatusCode();
if ($response->isSuccess) {
    $cookie = $response->getCookie();
    $header = $response->getHeader();
    $data = $response->getData();
} else {
    print_r($response->getErrorCode() . ': ' . $response->getErrorDescription());
}
```

```
use \Openprovider\Service\Http\Request;
use \Openprovider\Service\Http\Response;

$request = new Request('website.com');
$response = $request->setFollowLocation(false)
    ->setMethod(Request::POST)
    ->setTimeout(10)
    ->setCookie('PREF=ID; Name=Noname')
    ->execute();
```

Authors
-------

[](#authors)

[Igor Dolzhikov](https://github.com/takama)

Contributors
------------

[](#contributors)

All the contributors are welcome. If you would like to be the contributor please accept some rules.

- The pull requests will be accepted only in "develop" branch
- All modifications or additions should be tested

Thank you for your understanding!

License
-------

[](#license)

[MIT Public License](https://github.com/openprovider/http/blob/master/LICENSE)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 74.4% 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 ~243 days

Recently: every ~421 days

Total

12

Last Release

1264d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3fbe8ea7f5a6164a3611c54434f9e770c1d2093f19ec589d0092b1ecce65fd7?d=identicon)[CSharpRU](/maintainers/CSharpRU)

![](https://www.gravatar.com/avatar/d56f1479413902569415fdb47245a1f929624ddb55c946d9651274d1783f4c31?d=identicon)[ekrukov](/maintainers/ekrukov)

---

Top Contributors

[![takama](https://avatars.githubusercontent.com/u/3002232?v=4)](https://github.com/takama "takama (29 commits)")[![ekrukov](https://avatars.githubusercontent.com/u/5427852?v=4)](https://github.com/ekrukov "ekrukov (5 commits)")[![emdqueller](https://avatars.githubusercontent.com/u/45958945?v=4)](https://github.com/emdqueller "emdqueller (4 commits)")[![brinchinov](https://avatars.githubusercontent.com/u/40758186?v=4)](https://github.com/brinchinov "brinchinov (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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