PHPackages                             zweqxrd/curl-client - 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. zweqxrd/curl-client

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

zweqxrd/curl-client
===================

Simple Curl Client Library

00PHP

Since Jun 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zweqxrd/curl-client)[ Packagist](https://packagist.org/packages/zweqxrd/curl-client)[ RSS](/packages/zweqxrd-curl-client/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Curl Client
===========

[](#curl-client)

Curl Client is a PHP-based HTTP client library. This library allows you to easily make HTTP requests such as GET, POST, PUT, DELETE, etc. using cURL.

Features
--------

[](#features)

- Supports various request types like HTTP GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH.
- Provides advanced cURL options such as custom headers, authentication, session management, proxy support, etc.
- Includes useful features like request tracking, timeout settings, SSL verification, follow redirects, etc.

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

[](#installation)

You can add Curl Client to your project using Composer. Add the following line to your `composer.json` file:

```
"require": {
    "zweqxrd/curl-client": "1.0.0"
}
```

Or

```
composer require zweqxrd/curl-client
```

Then run the composer install command in your terminal to add Curl Client to your project.

Usage
-----

[](#usage)

```
