PHPackages                             radek011200/curl-client-php - 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. radek011200/curl-client-php

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

radek011200/curl-client-php
===========================

Curl based on rest client library

1.0.5(3y ago)013MITPHPPHP ^8.1

Since Feb 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Radek011200/RClientCurl)[ Packagist](https://packagist.org/packages/radek011200/curl-client-php)[ RSS](/packages/radek011200-curl-client-php/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (3)Used By (0)

RClientCurl
===========

[](#rclientcurl)

### How to install

[](#how-to-install)

```
composer require radek011200/curl-client-php
```

### How to use - example

[](#how-to-use---example)

```
use Radek011200\CurlClientPhp\Curl;
use Radek011200\CurlClientPhp\Request\Options;

$curl = new Curl();
$options = new Options();
$response = $curl->Get('https://github.com/Radek011200/RClientCurl', $options);

var_dump($response);
```

Configuration
-------------

[](#configuration)

### Customize headers and options

[](#customize-headers-and-options)

```
use Radek011200\CurlClientPhp\Request\Options;
use Radek011200\CurlClientPhp\Request\Header;
use Radek011200\CurlClientPhp\Request\CurlOpt;

$options = (new Options())
    ->addHeader(new Header('key', 'value'))
    ->addHeader(New Header('Accept', 'application/json'))
    ->addCurlOPT(new CurlOpt(CURLOPT_HEADER, 1));

var_dump($options->getCurlOPT(), $options->getHeaders());
```

### JWT authorization

[](#jwt-authorization)

```
use Radek011200\CurlClientPhp\Request\Options;

$options = (new Options())->addJwtToken('token');
```

### BASIC authorization

[](#basic-authorization)

```
use Radek011200\CurlClientPhp\Request\Options;

$options = (new Options())->addBasicAuthLoginData('login', 'password');
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~0 days

Total

2

Last Release

1227d ago

### Community

Maintainers

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

---

Top Contributors

[![Radek011200](https://avatars.githubusercontent.com/u/61494899?v=4)](https://github.com/Radek011200 "Radek011200 (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/radek011200-curl-client-php/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M66](/packages/spatie-crawler)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34216.9k2](/packages/onesignal-onesignal-php-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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