PHPackages                             snsina/curlist - 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. snsina/curlist

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

snsina/curlist
==============

A PHP package for using curl

08.7kPHP

Since Aug 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/snsina/curlist)[ Packagist](https://packagist.org/packages/snsina/curlist)[ RSS](/packages/snsina-curlist/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

curlist
=======

[](#curlist)

This is a small library for sending/receiving requests/responses to/from a remote URL using curl in PHP.
website:

### Frameworks

[](#frameworks)

Curlist can be installed and used in Symfony 2, Zend Framework 2 and any modern framework which supports namespace and composer. ### Installation

[](#installation)

To install run either if following commands in the root directory of project. - composer require "snsina/curlist":"dev-master"

OR - php composer.phar require "snsina/curlist":"dev-master"

### Set Options

[](#set-options)

 You may refer to this page for having options: ### Supported request methods

[](#supported-request-methods)

- **GET**: supported
- **POST**: supported
- **PUT**: will be supported soon
- **DELETE**: will be supported soon

### How to use

[](#how-to-use)

 ``` use Snsina\\Curlist\\CurlSvc; .... $curl = new CurlSvc(); // get $curl-&gt;get($url, array $options, $headers);

//post $curl-&gt;post($url, array $options, $headers);

```

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f1ca734fea444a5b43393d11c07cd4a80cc1eb3d0454e88954bbaf5283cc0e9?d=identicon)[snsina](/maintainers/snsina)

---

Top Contributors

[![snsina](https://avatars.githubusercontent.com/u/4154688?v=4)](https://github.com/snsina "snsina (8 commits)")

### Embed Badge

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

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

###  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)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

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

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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