PHPackages                             muffinweb/tinycurl - 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. muffinweb/tinycurl

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

muffinweb/tinycurl
==================

cURL easfier for PHP development process

v1.0.12(4y ago)141UnlicensePHP

Since Apr 17Pushed 4y ago2 watchersCompare

[ Source](https://github.com/muffinweb/tinycURL)[ Packagist](https://packagist.org/packages/muffinweb/tinycurl)[ RSS](/packages/muffinweb-tinycurl/feed)WikiDiscussions main Synced 1mo ago

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

tinyCURL
========

[](#tinycurl)

tinyCURL is cURL easfier tool for PHP development

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

[](#installation)

Use composer to install tinyCURL.

```
composer require muffinweb/tinycurl
```

Usage
-----

[](#usage)

```
//Composer Autoload
require './../vendor/autoload.php';

use Muffinweb\tinyCURL;
use Muffinweb\tinyCURLException;

try {
    $curl = new tinyCURL();
    $curl->get('https://ntv.com.tr')->render();
} catch (tinyCURLException $e){
    echo $e->getMessage();
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

1491d ago

### Community

Maintainers

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

---

Top Contributors

[![muffinweb](https://avatars.githubusercontent.com/u/36825498?v=4)](https://github.com/muffinweb "muffinweb (6 commits)")

### Embed Badge

![Health badge](/badges/muffinweb-tinycurl/health.svg)

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

###  Alternatives

[php-http/client-integration-tests

HTTP Client integration tests

1773.1k26](/packages/php-http-client-integration-tests)

PHPackages © 2026

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