PHPackages                             veasin/nx-http-curl - 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. veasin/nx-http-curl

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

veasin/nx-http-curl
===================

http for nx

0.0.1(10mo ago)00PHPPHP &gt;=8.4

Since Jul 8Pushed 10mo agoCompare

[ Source](https://github.com/veasin/nx-http-curl)[ Packagist](https://packagist.org/packages/veasin/nx-http-curl)[ Docs](https://github.com/veasin/nx)[ RSS](/packages/veasin-nx-http-curl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

nx-http-curl
============

[](#nx-http-curl)

http-curl for nx

> composer require urn2/nx-http-curl

```
class app extends \nx\app{
	use \nx\parts\http\curl;
}
$app =new app;
$response =$app->http->patch($uri)
	->query(['CODE'=>404])
	->setLog(function($str){
		echo is_string($str) ?$str : json_encode($str, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES), "\n";
	})
	->send();

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance58

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

305d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/veasin-nx-http-curl/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

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

2.8k73.3M317](/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)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

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

78126.4M414](/packages/react-http)

PHPackages © 2026

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