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

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

egapool/simple-curl
===================

simple curl php wrapper

0.0.2(9y ago)098MITPHP

Since Feb 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/egapool/simple-curl)[ Packagist](https://packagist.org/packages/egapool/simple-curl)[ Docs](https://github.com/egapool/simple-curl)[ RSS](/packages/egapool-simple-curl/feed)WikiDiscussions master Synced 2mo ago

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

simple-curl
===========

[](#simple-curl)

Simple Curl Wrapper.

It is possible to send cookies. So you can use it for requests to pages that require login.

install
-------

[](#install)

```
composer require egapool/simple-curl

```

usage
-----

[](#usage)

```
use Egapool\SimpleCurl\Curl;
require('vendor/autoload.php');

$curl = new Curl();
echo $curl->setUrl('https://google.co.jp')->fire()->getBody();

```

todo
----

[](#todo)

- curl\_resetがPHP5.5以上なので5.4以下用に代替処理いれる
- レスポンスヘッダーのパース
- `Curl::fire`やめて`post`,`get`に
- curl\_optのパラメータをもうちょい柔軟に
- UserAgentをリストから選択できるように

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3385d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86a1f7f06c29fb63146997b372263f5269298f53dc91fcf275b8dc1a5dd6c292?d=identicon)[egapool](/maintainers/egapool)

---

Top Contributors

[![egapool](https://avatars.githubusercontent.com/u/5069833?v=4)](https://github.com/egapool "egapool (11 commits)")

---

Tags

curl

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M258](/packages/rmccue-requests)[kriswallsmith/buzz

Lightweight HTTP client

2.0k31.3M443](/packages/kriswallsmith-buzz)[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)

PHPackages © 2026

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