PHPackages                             xenoxyt/lruchttp - 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. xenoxyt/lruchttp

ActiveLibrary

xenoxyt/lruchttp
================

A php http client!

00PHP

Since Apr 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xeno-xyt/LrucHTTP)[ Packagist](https://packagist.org/packages/xenoxyt/lruchttp)[ RSS](/packages/xenoxyt-lruchttp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LrucHTTP
========

[](#lruchttp)

### - Lightweight resource-utilizing client for HTTP.

[](#--lightweight-resource-utilizing-client-for-http)

A simple, fluent PHP HTTP client library for making API requests with minimal configuration.

Features
--------

[](#features)

- Fluent, chainable API
- Support for all standard HTTP methods
- JSON and form data handling
- Cookie management
- Proxy support
- Automatic retry functionality
- Automatic response parsing (JSON, XML, Text)
- SSL verification options
- Redirect handling
- Timeout configuration
- Comprehensive error handling
- Download functionality
- Logging support

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

[](#installation)

```
composer require xenoxyt/lruchttp
```

Basic Usage
-----------

[](#basic-usage)

```
