PHPackages                             alc/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. alc/curl

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

alc/curl
========

Curl Wrapper

v1.1.2(9y ago)12.7kMITPHP

Since Dec 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/chemel/curl)[ Packagist](https://packagist.org/packages/alc/curl)[ Docs](https://github.com/chemel/curl)[ RSS](/packages/alc-curl/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (5)Used By (0)

Curl
====

[](#curl)

Curl Wrapper

\## Install via composer

Edit your composer.json file to include the following:

```
{
    "require": {
        "alc/curl": "dev-master"
    }
}
```

Usage
-----

[](#usage)

```
use Alc\Curl\Curl;

$curl = new Curl();

// GET request
$response = $curl->get('http://httpbin.org/get');
var_dump( $response->getStatusCode() );
print_r( $response->getJson() );

// POST request
$response = $curl->post('http://httpbin.org/post', array('var1' => 1, 'var2' => 2));
print_r( $response->getJson() );
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

4

Last Release

3396d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2664215?v=4)[Alexis CHEMEL](/maintainers/chemel)[@chemel](https://github.com/chemel)

---

Top Contributors

[![chemel](https://avatars.githubusercontent.com/u/2664215?v=4)](https://github.com/chemel "chemel (27 commits)")

---

Tags

httpcurl

### Embed Badge

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

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

###  Alternatives

[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M258](/packages/rmccue-requests)[nategood/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

1.8k17.2M267](/packages/nategood-httpful)[mashape/unirest-php

Unirest PHP

1.3k9.7M161](/packages/mashape-unirest-php)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

83510.1M71](/packages/smi2-phpclickhouse)[pear/http_request2

Provides an easy way to perform HTTP requests.

764.2M48](/packages/pear-http-request2)

PHPackages © 2026

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