PHPackages                             simplecurl/simplecurl - 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. simplecurl/simplecurl

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

simplecurl/simplecurl
=====================

Easy HTTP requests

v0.1.3(5y ago)14231MITPHP

Since Apr 8Pushed 4y agoCompare

[ Source](https://github.com/ImMaax/SimplecURL)[ Packagist](https://packagist.org/packages/simplecurl/simplecurl)[ RSS](/packages/simplecurl-simplecurl/feed)WikiDiscussions master Synced 6d ago

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

SimplecURL
==========

[](#simplecurl)

**This project is archived! Use at your own caution.**

---

[![Build Status](https://camo.githubusercontent.com/be8dcc512a6cfc555e0a46068d5207ad52564ce777243327cccc0e893ac170c3/68747470733a2f2f7472617669732d63692e6f72672f496d4d6161782f53696d706c656355524c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ImMaax/SimplecURL)[![Code Climate maintainability](https://camo.githubusercontent.com/ea14fab4befcf83832c452168a3545f34e920e8d22d32b8bc16668fdef4b4388/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792d70657263656e746167652f496d4d6161782f53696d706c656355524c)](https://codeclimate.com/github/ImMaax/SimplecURL)

SimplecURL is a simple and modern wrapper around PHP's [`ext-curl`](https://www.php.net/manual/en/book.curl.php).

```
$client = new SimplecURL\Client;
$res = $client->request('GET', 'http://127.0.0.1:8080/');

echo $res->getBody();
```

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

[](#installation)

```
composer require simplecurl/simplecurl
```

Docs
----

[](#docs)

Docs can be found in `/docs` or at .

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

2121d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/840359?v=4)[Matthew Goetz](/maintainers/mgoetz)[@mgoetz](https://github.com/mgoetz)

---

Top Contributors

[![ImMaax](https://avatars.githubusercontent.com/u/40642083?v=4)](https://github.com/ImMaax "ImMaax (23 commits)")

---

Tags

clientcurlhttphttp-clientphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/rest-bundle

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

2.8k73.3M319](/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.8M293](/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)
