PHPackages                             codeitnowin/curlrequestit - 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. codeitnowin/curlrequestit

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

codeitnowin/curlrequestit
=========================

Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.

1.0.0(9y ago)7471MITPHPPHP &gt;=5.3.2

Since Feb 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/codeitnowin/curl-requestit)[ Packagist](https://packagist.org/packages/codeitnowin/curlrequestit)[ Docs](http://www.codeitnow.in)[ RSS](/packages/codeitnowin-curlrequestit/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

CodeItNow Curl RequestIt
========================

[](#codeitnow-curl-requestit)

Light weight curl request library by , It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.

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

[](#installation--)

CodeItNow Curl RequestIt can install by composer.

```
composer require codeitnowin/curlrequestit

```

Uses -
------

[](#uses--)

You can use Curl RequestIt by adding composer autoload file from vendor folder and then use namespace as given in below example

### Example - Request:

[](#example---request)

```
require_once 'vendor/autoload.php';

use CodeItNow\Curl\RequestIt;

$request = new RequestIt();

$request->setUrl('http://localhost')
        ->setParams(array("name"=>"CodeItNow", "library"=>"CurlRequestIt"))
        ->send('POST');
print_r($request->getResponse());
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

3436d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13636053?v=4)[Akhtar Khan](/maintainers/codeitnowin)[@codeitnowin](https://github.com/codeitnowin)

---

Top Contributors

[![codeitnowin](https://avatars.githubusercontent.com/u/13636053?v=4)](https://github.com/codeitnowin "codeitnowin (3 commits)")

---

Tags

httprequestsymfonylaravelcurlcakephpcodeigniterLike Guzzle

### Embed Badge

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

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

###  Alternatives

[aplus/http-client

Aplus Framework HTTP Client Library

2171.6M1](/packages/aplus-http-client)[pear/http_request2

Provides an easy way to perform HTTP requests.

784.3M53](/packages/pear-http-request2)[vinelab/http

An http library developed for the laravel framework. aliases itself as HttpClient

59302.6k11](/packages/vinelab-http)[chelout/laravel-http-logger

A Laravel package to log HTTP requests, headers and sessions

262.0k](/packages/chelout-laravel-http-logger)[behamin/service-proxy

for proxy or sending requests to other services with useful utilities

102.2k](/packages/behamin-service-proxy)

PHPackages © 2026

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