PHPackages                             mobtexting/php-http-client - 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. mobtexting/php-http-client

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

mobtexting/php-http-client
==========================

HTTP REST client, simplified for PHP

v1.0(8y ago)09931MITPHPPHP &gt;=5.6

Since May 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mobtexting/php-http-client)[ Packagist](https://packagist.org/packages/mobtexting/php-http-client)[ Docs](http://github.com/sendgrid/php-http-client)[ RSS](/packages/mobtexting-php-http-client/feed)WikiDiscussions master Synced 3d ago

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

MOBtexting Http Client
======================

[](#mobtexting-http-client)

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

[](#installation)

You can install the package via composer:

```
composer require mobtexting/php-http-client
```

Usage
-----

[](#usage)

```
    $token = 'xxxx';

    $headers = ['Authorization: Bearer ' . $token];
    $client = new Mobtexting\Client('https://api.example.com', $headers);

    $data = [
        'some' => 1, 'awesome' => 2, 'data' => 3
    ];

    $queryParams = [
        'hello' => 0, 'world' => 1
    ];

    $requestHeaders = [
        'X-Test' => 'test'
    ];

    $response = $client->post($data, $queryParams, $requestHeaders);

    var_dump(
        $response->statusCode(),
        $response->headers(),
        $response->body()
    );
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2929d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99c172c42e19c2ad0db03c0596a00eb21047df990ba405bb2d1fd57204eb2c2f?d=identicon)[sankar.suda](/maintainers/sankar.suda)

---

Top Contributors

[![sankarsuda](https://avatars.githubusercontent.com/u/798414?v=4)](https://github.com/sankarsuda "sankarsuda (5 commits)")

---

Tags

apiotptelephonyhttpapirestMobtexting

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mobtexting-php-http-client/health.svg)

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

###  Alternatives

[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.2M267](/packages/nategood-httpful)[bigcommerce/api

Enables PHP applications to communicate with the Bigcommerce API.

1501.1M8](/packages/bigcommerce-api)[quickbooks/payments-sdk

The Official PHP SDK for QuickBooks Online Payments API

2758.2k2](/packages/quickbooks-payments-sdk)[jsor/hal-client

A lightweight client for consuming and manipulating Hypertext Application Language (HAL) resources.

2425.9k1](/packages/jsor-hal-client)

PHPackages © 2026

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