PHPackages                             ryodevz/httpfulwrapper - 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. ryodevz/httpfulwrapper

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

ryodevz/httpfulwrapper
======================

A Wrapper class for httpful library to make it easy to use.

v2.0.0(4y ago)16222MITPHP

Since Mar 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ryodevz/httpfulwrapper)[ Packagist](https://packagist.org/packages/ryodevz/httpfulwrapper)[ RSS](/packages/ryodevz-httpfulwrapper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (2)

HttpfulWrapper
--------------

[](#httpfulwrapper)

[![Latest Version](https://camo.githubusercontent.com/837aeacc672ac1324fe136049827534c711235d18d42ff771d8c1043294fd528/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f72796f6465767a2f6874747066756c777261707065722e7376673f7374796c653d666c61742d737175617265)](https://github.com/ryodevz/httpfulwrapper/releases)[![Total Downloads](https://camo.githubusercontent.com/11dc696f53e72acb4cf10d5df74d78e8d6d967619beec7eaf28250f0af4123f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72796f6465767a2f6874747066756c777261707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ryodevz/httpfulwrapper)

Features
--------

[](#features)

Get request Post request Put request

Installing Httpfulwrapper
-------------------------

[](#installing-httpfulwrapper)

The recommended way to install httpfulwrapper is through [Composer](https://getcomposer.org/).

```
composer require ryodevz/httpfulwrapper
```

### Get

[](#get)

```
use Ryodevz\HttpfulWrapper\Http;

require_once 'vendor/autoload.php';

// Make a request
$request = Http::get('https://ytryo.my.id/api/animeku/search?q=naruto');

// Send
$response = $request->send();

// Body
var_dump($response->body);
```

### Post

[](#post)

```
use Ryodevz\HttpfulWrapper\Http;
use Ryodevz\HttpfulWrapper\Mime;

require_once 'vendor/autoload.php';

$response = Http::post('https://example.com/login', [
    'email' => 'zulzariozairi@gmail.com',
    'password' => 'secret'
], Mime::FORM)->send();

var_dump($response->body);
```

### Mimes

[](#mimes)

Mime classType`Mime::JSON`application/json`Mime::XML`application/xml`Mime::XHTML`application/html+xml`Mime::FORM`application/x-www-form-urlencoded`Mime::UPLOAD`multipart/form-data`Mime::PLAIN`text/plain`Mime::JS`text/javascript`Mime::HTML`text/html`Mime::YAML`application/x-yaml`Mime::CSV`text/csv

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~177 days

Total

2

Last Release

1767d ago

Major Versions

1.0.0 → v2.0.02021-08-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a9534fea7d14d359cf6e519958fbd8c6cdb49e5f020a2b5e7e304d49b38489b?d=identicon)[ryotwell](/maintainers/ryotwell)

---

Top Contributors

[![ryotwell](https://avatars.githubusercontent.com/u/73240016?v=4)](https://github.com/ryotwell "ryotwell (7 commits)")

### Embed Badge

![Health badge](/badges/ryodevz-httpfulwrapper/health.svg)

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

###  Alternatives

[illuminate/http

The Illuminate Http package.

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

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[bninja/restful

Library for writing RESTful PHP clients.

1451.8k](/packages/bninja-restful)[msankhala/parsehub-php

Php wrapper classes for Parsehub REST api.

1312.4k](/packages/msankhala-parsehub-php)

PHPackages © 2026

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