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

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

abibockun/simple-curl-connector
===============================

Simple CURL library for PHP

v1.0.1(8y ago)032MITPHPPHP &gt;=5.5.0

Since Nov 5Pushed 8y agoCompare

[ Source](https://github.com/Abibockun/simple-curl-connector)[ Packagist](https://packagist.org/packages/abibockun/simple-curl-connector)[ Docs](https://github.com/Abibockun/simple-curl-connector)[ RSS](/packages/abibockun-simple-curl-connector/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Simple CURL PHP Connector
=========================

[](#simple-curl-php-connector)

### A little tool for making CURL requests

[](#a--little-tool-for-making-curl-requests)

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

[](#installation)

Simply add a package:

```
composer require abibockun/simple-curl-connector

```

Usage
-----

[](#usage)

Add Namespace:

```
use Abibockun\SimpleCurlConnector\SimpleCurlConnector;

```

Create new Instance and add Settings:

```
$curl = new SimpleCurlConnector();
$curl->setEndPointBaseUrl('YOUR TARGET URL BASE');

```

Optionally you have option to pass Extra headers, example:

```
$curl->setExtraHeaders([
    CURLOPT_HEADER => false,
    CURLOPT_HTTPHEADER => ["Accept: application/json"],
    CURLOPT_SSL_VERIFYPEER => false
]);

```

Make a call to any API or Just URL

```
$results = $curl->send('YOUR URI TO API');

```

Default Method is GET, you can use POST, PATCH, DELETE List of parameters for "send" function:

```
$requestType = 'GET|POST|PATCH|DELETE',
$data = [], array of data, supported only one-dimensional arrays
$dataJson = false, Flag in what format your data is.
$returnObject = true, By Default it returns Parsed JSON to an Object.

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3110d ago

### Community

Maintainers

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

---

Top Contributors

[![mikalai-okun](https://avatars.githubusercontent.com/u/3787062?v=4)](https://github.com/mikalai-okun "mikalai-okun (7 commits)")

---

Tags

curl

### Embed Badge

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

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

###  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)
