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

ActiveLibrary

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 6d 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 49% 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

1719d 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

[cpriego/valet-linux

A more enjoyable local development experience for Linux.

1.5k135.9k](/packages/cpriego-valet-linux)[asana/asana

A PHP client for the Asana API

1381.6M4](/packages/asana-asana)[urbanairship/urbanairship

Urban Airship PHP Library

38606.2k2](/packages/urbanairship-urbanairship)[fab1en/rocket-chat-rest-client

Rocket Chat REST API client in PHP.

4983.1k](/packages/fab1en-rocket-chat-rest-client)[kontent-ai/delivery-sdk-php

Kontent.ai Delivery SDK for PHP

4628.8k](/packages/kontent-ai-delivery-sdk-php)[maksekeskus/maksekeskus-php

Maksekeskus PHP SDK

12179.8k](/packages/maksekeskus-maksekeskus-php)

PHPackages © 2026

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