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

Abandoned → [teknoo/curl-request](/?search=teknoo%2Fcurl-request)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

unialteri/curl-request
======================

Allow you to create and execute HTTP Requests with cURL in POO context. Fork from zeroem/curl-bundle

1.0.5(9y ago)12.5kMITPHPPHP &gt;=5.4.0

Since Feb 1Pushed 9y ago3 watchersCompare

[ Source](https://github.com/TeknooSoftware/curl-request)[ Packagist](https://packagist.org/packages/unialteri/curl-request)[ Docs](http://teknoo.software/curl)[ RSS](/packages/unialteri-curl-request/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (12)Used By (0)

Teknoo Software - Curl Request library
======================================

[](#teknoo-software---curl-request-library)

[![SensioLabsInsight](https://camo.githubusercontent.com/d02754aa6716f13390c7d09e2c9f11a4d3191693e70a5d357a45a361eea0abd7/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65316438396262322d633837382d346235302d626262322d3135303435613962613734302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e1d89bb2-c878-4b50-bbb2-15045a9ba740) [![Build Status](https://camo.githubusercontent.com/f3b1b82b496146730eb8ce0c4660cb07e482a05a71a9dede667c1db560408048/68747470733a2f2f7472617669732d63692e6f72672f54656b6e6f6f536f6674776172652f6375726c2d726571756573742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/TeknooSoftware/curl-request)

Welcome and thank you to having downloaded this library. This library allows you to easily create and execute HTTP Requests with cURL. It was a fork from zeroem/curl-bundle". Symfony dependencies has been removed, and this lib has been redesigned.

Simple example
--------------

[](#simple-example)

```
$generator = new Teknoo\Curl\RequestGenerator();

$request = $generator->getRequest();

//Fetch the URL http://teknoo.it with a GET Method.
$request->setUrl('http://teknoo.it')
    ->setMethod('GET');

echo $request->execute();

```

Installation &amp; Requirements
-------------------------------

[](#installation--requirements)

To install this library with composer, run this command :

```
composer require teknoo/curl-request

```

This library requires :

- PHP 5.4+
- cUrl extension

Quick Howto
-----------

[](#quick-howto)

Quick How-to to learn how use this library : [Startup](docs/quick-startup.md).

API Documentation
-----------------

[](#api-documentation)

Generated documentation from the library with PhpDocumentor : [Open](https://cdn.rawgit.com/TeknooSoftware/curl-request/master/docs/api/index.html).

Credits
-------

[](#credits)

- Richard Déloge -  - Lead developer.
- Teknoo Software - .

About Teknoo Software
---------------------

[](#about-teknoo-software)

**Teknoo Software** is a PHP software editor, founded by Richard Déloge. Teknoo Software's DNA is simple : Provide to our partners and to the community a set of high quality services or software, sharing knowledge and skills.

License
-------

[](#license)

States is licensed under the MIT and GPL3+ Licenses - see the licenses folder for details

Contribute :)
-------------

[](#contribute-)

You are welcome to contribute to this project. [Fork it on Github](CONTRIBUTING.md)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~55 days

Recently: every ~70 days

Total

11

Last Release

3574d ago

Major Versions

0.8.3-RC → 1.0.02015-08-23

### Community

Maintainers

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

---

Top Contributors

[![zeroem](https://avatars.githubusercontent.com/u/205044?v=4)](https://github.com/zeroem "zeroem (114 commits)")[![pae23](https://avatars.githubusercontent.com/u/3509734?v=4)](https://github.com/pae23 "pae23 (2 commits)")[![ausi](https://avatars.githubusercontent.com/u/367169?v=4)](https://github.com/ausi "ausi (1 commits)")[![frenchcomp](https://avatars.githubusercontent.com/u/1397905?v=4)](https://github.com/frenchcomp "frenchcomp (1 commits)")[![peterfox](https://avatars.githubusercontent.com/u/1716506?v=4)](https://github.com/peterfox "peterfox (1 commits)")[![rickard2](https://avatars.githubusercontent.com/u/488425?v=4)](https://github.com/rickard2 "rickard2 (1 commits)")

---

Tags

httprequestcurllibrary

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[aplus/http-client

Aplus Framework HTTP Client Library

2161.6M1](/packages/aplus-http-client)

PHPackages © 2026

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